Skip to content

Commit

Permalink
Merge pull request #9726 from ember-cli/cancel-pending-jobs
Browse files Browse the repository at this point in the history
Cancel stale workflows when starting a new one.
  • Loading branch information
rwjblue committed Jan 5, 2022
2 parents 57f35b3 + 6ad8d7c commit e9651d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -14,6 +14,10 @@ on:
schedule:
- cron: '0 3 * * *' # daily, at 3am

concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
linting:
name: Linting
Expand Down

0 comments on commit e9651d8

Please sign in to comment.