Skip to content

Commit 517ca52

Browse files
authored
Merge pull request #23 from jenkinsci/chore/master/crowdin-cron
Run crowdin workflow cron based
2 parents 5d84100 + 703cd9e commit 517ca52

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/crowdin.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Crowdin Action
22

3-
on: [ push, workflow_dispatch ]
3+
on:
4+
schedule:
5+
- cron: '0 */12 * * *'
6+
workflow_dispatch:
47

58
permissions:
69
actions: write

0 commit comments

Comments
 (0)