Skip to content

Commit

Permalink
Merge pull request #780 from ember-cli/add-ci-concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 14, 2022
2 parents 36cb671 + 1e41a37 commit 39ee8af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Expand Up @@ -9,6 +9,10 @@ on:
schedule:
- cron: '0 3 * * *' # daily, at 3am

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

jobs:
test:
timeout-minutes: 10
Expand Down

0 comments on commit 39ee8af

Please sign in to comment.