Skip to content

Commit

Permalink
Disable auto merges
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve committed Sep 7, 2023
1 parent 7a1fb86 commit 7073232
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: github.event.pull_request.merged == true && github.base_ref == 'main' && !contains(github.event.pull_request.labels.*.name, 'skip release' ) && ${{ env.ACTIVE }} == true
runs-on: ubuntu-22.04
steps:
- name: checkout branch
Expand Down

0 comments on commit 7073232

Please sign in to comment.