Skip to content

Commit

Permalink
fix docker image workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t committed Nov 20, 2023
1 parent 63b8d71 commit 7343ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createDockerContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

jobs:
build-docker-debian:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7343ce8

Please sign in to comment.