Skip to content

Commit

Permalink
build all tags for all repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Oct 1, 2024
1 parent edf18c0 commit 55e523b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
# os: ['el9', 'cuda_11_8_0']
os: ['el9']
osg_series: ['23']
repo: ['development']
#repo: ['development', 'testing', 'release']
repo: ['development', 'testing', 'release']
platform: ['linux/amd64','linux/arm64']
exclude:
# cuda builds take a super long time; only do one of them
Expand Down Expand Up @@ -194,8 +193,7 @@ jobs:
# os: ['el9', 'cuda_11_8_0']
os: ['el9']
osg_series: ['23']
repo: ['development']
#repo: ['development', 'testing', 'release']
repo: ['development', 'testing', 'release']
exclude:
# cuda builds take a super long time; only do one of them
- os: cuda_11_8_0
Expand Down

0 comments on commit 55e523b

Please sign in to comment.