Skip to content

Commit

Permalink
chore: CI: cancel outdated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Oct 13, 2022
1 parent 6b8fa76 commit 828aea4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -11,6 +11,10 @@ on:
schedule:
- cron: '0 7 * * *' # 8AM CET/11PM PT

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

jobs:
set-nightly:
# don't schedule nightlies on forks
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/nix-ci.yml
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- master

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

jobs:
Build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 828aea4

Please sign in to comment.