Skip to content

Commit

Permalink
allow all workflows except release to be triggered manually by mainta…
Browse files Browse the repository at this point in the history
…iners
  • Loading branch information
capnspacehook committed Oct 29, 2022
1 parent 53d0973 commit 6c2c4da
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- ".github/workflows/*"

workflow_dispatch: {}

env:
GO_VERSION: "1.19"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- Dockerfile

workflow_dispatch: {}

jobs:
lint-dockerfile:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- master

workflow_dispatch: {}

env:
GO_VERSION: "1.19"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- master

workflow_dispatch: {}

env:
GO_VERSION: "1.19"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vuln.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- master

workflow_dispatch: {}

env:
GO_VERSION: "1.19"

Expand Down

0 comments on commit 6c2c4da

Please sign in to comment.