We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68fde0 + f9ed802 commit 9b583bdCopy full SHA for 9b583bd
1 file changed
.github/workflows/check-tags.yml
@@ -2,6 +2,9 @@ name: Check Tags
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ # Run every day at 12:00am and 12:00pm UTC
7
+ - cron: '0 0,12 * * *'
8
9
jobs:
10
check-tags:
0 commit comments