Skip to content

Commit fb3362a

Browse files
authored
Merge pull request #3 from runloopai/dines/add-dispatch
Add workflow dispatch
2 parents f05e3d6 + f0626c3 commit fb3362a

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Check
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main

.github/workflows/ci-basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI | Basic
22
on:
3+
workflow_dispatch:
34
workflow_call:
45
inputs:
56
image-tag:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI | Build Image
22
on:
3+
workflow_dispatch:
34
workflow_call:
45
inputs:
56
commit-hash:

.github/workflows/ci-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI | E2E
22
on:
3+
workflow_dispatch:
34
workflow_call:
45
inputs:
56
commit-hash:

.github/workflows/ci-unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Unit Test
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main

0 commit comments

Comments
 (0)