Skip to content

Commit b6097af

Browse files
Adding example of schedule based trigger
1 parent 0492eea commit b6097af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/TraceOnTheHour.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name: Trace On the Hour
33
on:
44
schedule:
5-
cron:
6-
- '0 0-23 * * *'
5+
- cron: '0 0-23 * * *'
76
jobs:
87
TraceGitHubEvent:
98
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)