Skip to content

Commit

Permalink
Add workflow dispatch to ci and docker build actions (redhat-develope…
Browse files Browse the repository at this point in the history
…r#237)

Signed-off-by: Paul Schultz <[email protected]>
  • Loading branch information
schultzp2020 authored May 4, 2023
1 parent 3ba4521 commit fedcc2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
- 'docs/**'
- 'showcase-docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
paths-ignore:
- 'docs/**'
- 'showcase-docs/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
Expand Down

0 comments on commit fedcc2b

Please sign in to comment.