Workflow test 3 prep.

This commit is contained in:
fewtarius 2022-06-04 09:55:36 -04:00
parent b97f277c29
commit bb1377e374
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -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