Skip to content

Commit

Permalink
add osg 23 repo to GHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Oct 2, 2023
1 parent 33c72f4 commit 0ed2458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-series-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: False
matrix:
repo: ['development', 'testing', 'release']
osg_series: ['3.6']
osg_series: ['3.6', '23']
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
image: [atlas-xcache, cms-xcache, stash-cache, stash-origin]
repo: ['development', 'testing', 'release']
osg_series: ['3.6']
osg_series: ['3.6', '23']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fail-fast: False
matrix:
repo: ['development', 'testing', 'release']
osg_series: ['3.6']
osg_series: ['3.6', '23']
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
matrix:
image: [atlas-xcache, cms-xcache, stash-cache, stash-origin, xcache]
repo: ['development', 'testing', 'release']
osg_series: ['3.6']
osg_series: ['3.6', '23']
needs: [make-date-tag, test-stash-cache]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0ed2458

Please sign in to comment.