Skip to content

Commit

Permalink
chore(github-actions): improve GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerdn committed Oct 10, 2023
1 parent 8d9a813 commit dbcfe23
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ "develop", "master" ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
contents: read

Expand Down

0 comments on commit dbcfe23

Please sign in to comment.