We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5082e35 commit ea13fa7Copy full SHA for ea13fa7
.github/workflows/MonthlyLinkCheck.yml
@@ -6,8 +6,6 @@
6
7
name: Monthly Link Check
8
on:
9
- pull_request:
10
- branches: [main]
11
schedule:
12
- cron: '0 0 1 * *' # Runs at midnight on the first day of every month
13
workflow_dispatch: # Allows manual triggering of the workflow
0 commit comments