Skip to content

Commit

Permalink
#1: run repository workflow check on the first day of the month
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 6, 2025
1 parent f4f8815 commit 39dabba
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check-repositories.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: DARMA repositories check

# Run on the first day of the month
on:
# schedule:
# - cron: '*/30 * * * *'
push:
branches:
- 1-validate-required-workflows-usage-across-repositories
schedule:
- cron: '0 0 1 * *'

concurrency:
group: ${{ github.event.repository.name }}-${{ github.ref }}-${{ github.workflow }}
Expand Down

0 comments on commit 39dabba

Please sign in to comment.