fix: correct indentation for workflow_dispatch in test-my-packages.yml
This commit is contained in:
parent
367eae3801
commit
0030179bf0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-my-packages.yml
vendored
2
.github/workflows/test-my-packages.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
# cron every hour at 3 minutes 00:03 AM, 01:03 AM etc.
|
# cron every hour at 3 minutes 00:03 AM, 01:03 AM etc.
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '3 * * * *'
|
- cron: '3 * * * *'
|
||||||
- workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue