Skip to content

Commit

Permalink
ci: set concurrency check
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Dec 17, 2022
1 parent c904efa commit 71097f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: ci

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

on:
schedule:
- cron: '0 8 */6 * *' # every 6 days
Expand Down Expand Up @@ -174,7 +178,6 @@ jobs:
needs:
- validate
- test
- e2e
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 71097f4

Please sign in to comment.