updated release action
This commit is contained in:
parent
1932520b6a
commit
b79881f98d
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -3,13 +3,13 @@ name: GitHub Release
|
|||
on:
|
||||
push:
|
||||
tags: [ v* ]
|
||||
workflow_run:
|
||||
workflows: ["Docker Release"]
|
||||
types: [completed]
|
||||
# workflow_run:
|
||||
# workflows: ["Docker Release"]
|
||||
# types: [completed]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue