Skip to content

Commit f433f1f

Browse files
committed
Fix workflow_dispatch syntax
1 parent 9a8d59e commit f433f1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/atc-coding-rules-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "ATC-rules-update"
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
45

56
jobs:
67
atc_check_for_updates:

0 commit comments

Comments
 (0)