Skip to content

Commit

Permalink
Enable github actions workflow_dispatch
Browse files Browse the repository at this point in the history
workflow_dispatch will enable starting the github actions from github UI.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Jul 17, 2024
1 parent 81a5d4a commit 01bdda4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/endtoend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
suite:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Operator image
on:
pull_request:
branches: [main]
workflow_dispatch:

jobs:
image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Push Operator image
on:
push:
branches: [main]
workflow_dispatch:

jobs:
image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

env:
KUBECONFIG_PATH: /tmp/kubeconfig.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

env:
GO_VER: "1.20"
Expand Down

0 comments on commit 01bdda4

Please sign in to comment.