Skip to content

Commit 15d4251

Browse files
anoopcs9mergify[bot]
authored andcommitted
github: Remove exclude for centos in nightly-ad-server jobs
With the ability to build and run ad-server images based on CentOS using nightly builds of Samba, we could enable corresponding jobs by removing the exclude for 'centos' from the matrix. Signed-off-by: Anoop C S <[email protected]>
1 parent 3fa5b6b commit 15d4251

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/container-image.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ jobs:
161161
matrix:
162162
os: [centos, fedora]
163163
arch: [amd64]
164-
exclude:
165-
- os: centos
166164
env:
167165
BUILDAH_FORMAT: oci
168166
steps:
@@ -234,8 +232,6 @@ jobs:
234232
matrix:
235233
os: [centos, fedora]
236234
arch: [amd64]
237-
exclude:
238-
- os: centos
239235
needs:
240236
- build-nightly-server
241237
- build-nightly-ad-server

0 commit comments

Comments
 (0)