Skip to content

Commit 0f8a84d

Browse files
rgrunberdatho7561
authored andcommitted
Add workflow_dispatch to enable easy manual triggering.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 3d98e49 commit 0f8a84d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-crc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: check-crc
33
on:
44
schedule:
55
- cron: "0 8 * * *"
6+
workflow_dispatch:
67

78
jobs:
89
check-crc-repo:

.github/workflows/check-odo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: check-odo
33
on:
44
schedule:
55
- cron: "0 8 * * *"
6+
workflow_dispatch:
67
jobs:
78
check-odo-repo:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)