Skip to content

Commit a3b9eb5

Browse files
committed
Add workflow dispatch to all CI jobs [skip ci]
1 parent 06ec5c4 commit a3b9eb5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
# * is a special character in YAML so you have to quote this string
1212
# Run at 1:00 every day
1313
- cron: '0 1 * * *'
14+
workflow_dispatch: {}
1415

1516
jobs:
1617
build:

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
# * is a special character in YAML so you have to quote this string
1616
# Run at 1:00 every day
1717
- cron: '0 1 * * *'
18+
workflow_dispatch: {}
1819

1920
jobs:
2021
build:

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
# * is a special character in YAML so you have to quote this string
1212
# Run at 1:00 every day
1313
- cron: '0 1 * * *'
14+
workflow_dispatch: {}
1415

1516
jobs:
1617
build:

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
# * is a special character in YAML so you have to quote this string
1212
# Run at 1:00 every day
1313
- cron: '0 1 * * *'
14+
workflow_dispatch: {}
1415

1516
jobs:
1617
build:

0 commit comments

Comments
 (0)