Skip to content

Commit 7972745

Browse files
committed
Update trigger github
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
1 parent b346fd5 commit 7972745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-osd-image.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Build-OSD-Image
22
on:
3-
push:
4-
branches: [ ec2-runner ]
53
workflow_dispatch:
64
inputs:
75
python_version:

.github/workflows/trigger-build-osd-image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Trigger OSD Build Image Workflow
22

33
on:
4+
push:
5+
branches: [ ec2-runner ]
46
workflow_dispatch:
57
inputs:
68
repository:

0 commit comments

Comments
 (0)