Update build.yml
This commit is contained in:
parent
5cdf7a7120
commit
7e272cc64e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -354,7 +354,7 @@ jobs:
|
|||
name: 📦 Prepare release
|
||||
needs: [info]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !github.env.DEV_ENVIRONMENT }}
|
||||
if: ${{ !github.env.DEV_ENVIRONMENT && github.env.RELEASE_ON_GITHUB }}
|
||||
steps:
|
||||
- name: Debug if conditions
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue