Skip to content

Commit 0d7e97f

Browse files
committed
Make integration and snapshot actions triggerable
1 parent 38b31f7 commit 0d7e97f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- '[0-9].[0-9].x'
2020
schedule:
2121
- cron: '0 1 * * *' # nightly build
22+
workflow_dispatch:
2223

2324
jobs:
2425

.github/workflows/snapshot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- master
99
- '[0-9].x'
1010
- '[0-9].[0-9].x'
11+
workflow_dispatch:
1112

1213
jobs:
1314

0 commit comments

Comments
 (0)