Skip to content

Commit

Permalink
Preempt PR builds on new push (#36)
Browse files Browse the repository at this point in the history
* Update release-drafter.yml

* Update release-drafter.yml
  • Loading branch information
ElanHasson committed Apr 22, 2024
1 parent 4fa6fb1 commit 5b622ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- reopened
- synchronize
workflow_dispatch: {}
concurrency:
group: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref_type != 'tag' }}


jobs:
update_release_draft:
Expand Down

0 comments on commit 5b622ee

Please sign in to comment.