Skip to content

Commit b2047f9

Browse files
committed
Add scheduled trigger for Apex API version check workflow
1 parent 5a539b7 commit b2047f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-apex-api-version.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Check Apex API Version
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 8 * * 1'
57

68
jobs:
79
check-api-version:

0 commit comments

Comments
 (0)