Skip to content

Commit

Permalink
feat: ensure that only one workflow of download-translations is runni…
Browse files Browse the repository at this point in the history
…ng at a time
  • Loading branch information
adrienne-deriv committed Jul 28, 2023
1 parent 3ace8f1 commit 8bfdd85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/download-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ permissions:
pull-requests: write
statuses: write


on:
repository_dispatch:
types:
- file-fully-reviewed

concurrency:
group: download-translations-crowdin

jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bfdd85

Please sign in to comment.