Skip to content

Commit

Permalink
Fix release-drafter trigger and concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Oct 8, 2024
1 parent 15105d9 commit 36d4a24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ on:
push:
branches:
- master
workflow_dispatch:

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

permissions: write-all

jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36d4a24

Please sign in to comment.