Skip to content

Commit

Permalink
Merge pull request #238 from davseve/ED-11967-to-main
Browse files Browse the repository at this point in the history
Review comments 2
  • Loading branch information
davseve authored Sep 5, 2023
2 parents 509a529 + 0f82f4d commit 88c3a1f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ concurrency:
cancel-in-progress: true

jobs:
# if_merged:
# if: github.event.pull_request.merged == true && github.base_ref == 'master' && !contains(github.event.pull_request.labels.*.name, 'skip release')
# runs-on: ubuntu-22.04
# steps:
# - run: |
# echo ${{ github.event.pull_request.merged }} was succesfully merged
# echo $
latest_release:
if: github.event.pull_request.merged == true && github.base_ref == 'main' && !contains(github.event.pull_request.labels.*.name, 'skip release')
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 88c3a1f

Please sign in to comment.