Only execute on workflow_dispatch
This commit is contained in:
@@ -138,6 +138,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/package_amd64.yml
|
uses: ./.github/workflows/package_amd64.yml
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
|
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||||
uses: ./.github/workflows/build_docker.yml
|
uses: ./.github/workflows/build_docker.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user