Skip to content

Commit

Permalink
Merge pull request #253 from davseve/ED-11967-to-main
Browse files Browse the repository at this point in the history
Disable auto merges
  • Loading branch information
davseve authored Sep 7, 2023
2 parents 64b0a3a + 36dd316 commit 6beafe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
latest_release:
if: github.event.pull_request.merged == true && github.base_ref == 'main' && !contains(github.event.pull_request.labels.*.name, 'skip release' ) && ${{ env.ACTIVE }} == true
if: ${{ env.ACTIVE }} == 'true' && github.event.pull_request.merged == true && github.base_ref == 'main' && !contains(github.event.pull_request.labels.*.name, 'skip release' )
runs-on: ubuntu-22.04
steps:
- name: checkout branch
Expand Down

0 comments on commit 6beafe8

Please sign in to comment.