Skip to content

Commit

Permalink
Drop scheduled runs for Crowdin Download Translations CI (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashalite authored Feb 5, 2024
2 parents 7471916 + 8c7e359 commit bb927fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/crowdin-download-translations.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Crowdin (Download Translations)

# Allow running manually,
# including triggering via webhooks
on:
workflow_dispatch: # Allow running manually
schedule:
# https://crontab.guru
- cron: '0 */12 * * *' # Every 12 hours
workflow_dispatch:

# Queue this workflow after others in the 'crowdin' group, to avoid concurrency issues.
concurrency:
Expand Down

0 comments on commit bb927fb

Please sign in to comment.