Skip to content

Commit 517faf8

Browse files
authored
Correct deep-dive lockfile example to include manual dispatch trigger (#1922)
1 parent fd64f7c commit 517faf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workshop/side-quest-05-02-aw-deep-dive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ name: Review open issues
123123
on:
124124
schedule:
125125
- cron: "0 8 * * *"
126+
workflow_dispatch:
126127
permissions:
127128
issues: read
128129
```

0 commit comments

Comments
 (0)