Skip to content

Commit

Permalink
Support workflow_dispatch in e2e-test (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Feb 5, 2025
1 parent 1b28c6c commit 02c1b53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable--e2e-test-jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: e2e-test-jobs

on:
workflow_dispatch:
workflow_call:
inputs:
runner-name:
type: string
Expand All @@ -11,7 +11,7 @@ on:
type: string
required: true
description: Expected value of $ImageOS
workflow_call:
workflow_dispatch:
inputs:
runner-name:
type: string
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/reusable--e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ on:
type: string
required: true
description: Image URI of runner (ubuntu20)
workflow_dispatch:
inputs:
runner-image-uri:
type: string
required: true
description: Image URI of runner
default: ghcr.io/quipper/actions-runner:main
runner-ubuntu20-image-uri:
type: string
required: true
description: Image URI of runner (ubuntu20)
default: ghcr.io/quipper/actions-runner:main-ubuntu20

jobs:
controller:
Expand Down

0 comments on commit 02c1b53

Please sign in to comment.