Skip to content

Commit

Permalink
exclude stash-cache/origin builds from osg-24
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Nov 19, 2024
1 parent 042bada commit 02c735f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-series-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
os: 'el9'
- name: '24'
os: 'el9'
exclude:
- osg_series:
name: 24
image: stash-cache
- osg_series:
name: 24
image: stash-origin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -109,10 +116,9 @@ jobs:
matrix:
repo: ['development', 'testing', 'release']
osg_series:
# TODO build new test suite for osg 24 pelican origin/cache tooling
- name: '23'
os: 'el9'
- name: '24'
os: 'el9'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 02c735f

Please sign in to comment.