Skip to content

Commit

Permalink
Removing CentOs7 from build workflow (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Jul 30, 2024
1 parent 751146a commit b09f294
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ on:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: '23 4 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "centos7"]
image: ["alma9", "ubuntu22"]
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: key4hep/key4hep-actions/key4hep-build@main
with:
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}
image: ${{ matrix.image }}

0 comments on commit b09f294

Please sign in to comment.