Skip to content

Commit 39dabba

Browse files
committed
#1: run repository workflow check on the first day of the month
1 parent f4f8815 commit 39dabba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/check-repositories.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: DARMA repositories check
22

3+
# Run on the first day of the month
34
on:
4-
# schedule:
5-
# - cron: '*/30 * * * *'
6-
push:
7-
branches:
8-
- 1-validate-required-workflows-usage-across-repositories
5+
schedule:
6+
- cron: '0 0 1 * *'
97

108
concurrency:
119
group: ${{ github.event.repository.name }}-${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)