Workflow test 3 prep.
This commit is contained in:
parent
b97f277c29
commit
bb1377e374
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-dev.yaml
vendored
4
.github/workflows/release-dev.yaml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
|||
launch-dev-release:
|
||||
runs-on: ubuntu-20.04
|
||||
if: |
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
(github.event.pull_request.merged && github.event.label.name == 'build')
|
||||
${{ github.event_name == 'workflow_dispatch' }} ||
|
||||
(github.event.pull_request.merged && ${{ github.event.label.name == 'build' }})
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
name: checkout
|
||||
|
|
Loading…
Reference in a new issue