Skip to content

Commit

Permalink
disable osg-23 development
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Oct 3, 2023
1 parent 61baf1f commit 7f55aa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
os: 'el7'
- name: '23'
os: 'el9'
# FIXME: reenable osg-23 development when available
exclude:
- yum_repo: 'development'
series: {name: '23', os: 'el9'}
steps:
- name: Build ${{ matrix.image }}:${{ matrix.series }}-${{ matrix.yum_repo }}
continue-on-error: ${{ matrix.yum_repo == 'development' }}
Expand Down

0 comments on commit 7f55aa4

Please sign in to comment.