Skip to content

Commit

Permalink
build(cd): add concurrency rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Oct 11, 2023
1 parent 0e034ad commit b67102a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit b67102a

Please sign in to comment.