mirror of https://github.com/statping/statping
add environment variables for controlling jobs
parent
eab22bec0d
commit
0086580f7a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue