We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042bada commit 02c735fCopy full SHA for 02c735f
.github/workflows/release-series-builds.yml
@@ -68,6 +68,13 @@ jobs:
68
os: 'el9'
69
- name: '24'
70
71
+ exclude:
72
+ - osg_series:
73
+ name: 24
74
+ image: stash-cache
75
76
77
+ image: stash-origin
78
runs-on: ubuntu-latest
79
steps:
80
- uses: actions/checkout@v3
@@ -109,10 +116,9 @@ jobs:
109
116
matrix:
110
117
repo: ['development', 'testing', 'release']
111
118
osg_series:
119
+ # TODO build new test suite for osg 24 pelican origin/cache tooling
112
120
- name: '23'
113
121
114
- - name: '24'
115
- os: 'el9'
122
123
124
0 commit comments