Skip to content

Commit f9ed802

Browse files
committed
Set schedule for checking tags and building
1 parent c68fde0 commit f9ed802

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Check Tags
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
# Run every day at 12:00am and 12:00pm UTC
7+
- cron: '0 0,12 * * *'
58

69
jobs:
710
check-tags:

0 commit comments

Comments
 (0)