We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f8815 commit 39dabbaCopy full SHA for 39dabba
.github/workflows/check-repositories.yml
@@ -1,11 +1,9 @@
1
name: DARMA repositories check
2
3
+# Run on the first day of the month
4
on:
- # schedule:
5
- # - cron: '*/30 * * * *'
6
- push:
7
- branches:
8
- - 1-validate-required-workflows-usage-across-repositories
+ schedule:
+ - cron: '0 0 1 * *'
9
10
concurrency:
11
group: ${{ github.event.repository.name }}-${{ github.ref }}-${{ github.workflow }}
0 commit comments