Skip to content

Commit

Permalink
tag-patches: do not allow concurrent jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Aug 8, 2023
1 parent 20c337e commit da86ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Tag new patch release
runs-on: ubuntu-latest
if: "github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'New translations') || startsWith(github.event.head_commit.message, 'New Crowdin updates') "
concurrency: tag-patches

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit da86ab0

Please sign in to comment.