Skip to content

Commit

Permalink
add annotations, cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 20, 2024
1 parent 1b70541 commit 7d6aea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d6aea8

Please sign in to comment.