Skip to content

Commit

Permalink
Merge of #4970
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 28, 2022
2 parents f46d011 + 44fed99 commit 18b0888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
major_version: ${{ steps.set.outputs.major_version }}
if: ${{ github.event_name == 'release' }}
steps:
- name: Getting Zebrad Version
id: get
Expand Down Expand Up @@ -87,7 +88,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: ${{ (github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release' }}
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- name: Inject slug/short variables
Expand Down

0 comments on commit 18b0888

Please sign in to comment.