Skip to content

Commit

Permalink
Exclude testing on CentOs 7 nightlies (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jun 28, 2024
1 parent 67feea7 commit 8d8a374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "centos7"]
exclude:
- build_type: "nightly"
image: "centos7"
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8d8a374

Please sign in to comment.