Skip to content

Commit 3c2b379

Browse files
committed
try to kick if off now
1 parent 68e1e7a commit 3c2b379

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/cert-renewal.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: Certificate Renewal
22

3+
# on:
4+
# schedule:
5+
# # Run on the 1st of every month at 00:00 UTC
6+
# # GitHub Actions doesn't support "every 800 days" directly,
7+
# # so we check monthly if renewal is needed
8+
# - cron: '0 0 1 * *'
9+
# workflow_dispatch: # Allow manual triggering
310
on:
4-
schedule:
5-
# Run on the 1st of every month at 00:00 UTC
6-
# GitHub Actions doesn't support "every 800 days" directly,
7-
# so we check monthly if renewal is needed
8-
- cron: '0 0 1 * *'
9-
workflow_dispatch: # Allow manual triggering
11+
push:
12+
branches-ignore:
13+
- 'main'
1014

1115
permissions:
1216
contents: write

0 commit comments

Comments
 (0)