add environment variables for controlling jobs

pull/1118/head
jemand771 2021-08-22 00:28:40 +02:00
parent eab22bec0d
commit 0086580f7a
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ jobs:
# TODO i got lazy here
docker-release:
if: ${{ env.is-release }}
needs: [build, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
runs-on: ubuntu-latest