Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
cancel CI from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 12, 2022
1 parent 6e5b01d commit b910e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: CI/CD
- v*
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
cancel-in-progress: true
jobs:
build:
name: Build
Expand Down

0 comments on commit b910e7e

Please sign in to comment.