Skip to content

Commit

Permalink
Merge pull request #473 from kjvbrt/rm-centos7
Browse files Browse the repository at this point in the history
Removing CentOs7 from CI
  • Loading branch information
kjvbrt authored Jul 18, 2024
2 parents e103621 + dc96cb2 commit 99b71dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ on:
- master
pull_request:
schedule:
- cron: '0 0 * * SAT'
# - cron: '0 3 * * 6' # 03:00 Saturday
- cron: '0 3 * * *' # 03:00 every day
workflow_dispatch:

jobs:
build:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "centos7"]
image: ["alma9", "ubuntu22"]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 99b71dc

Please sign in to comment.