Skip to content

Commit

Permalink
MRG: Merge pull request #184 from octue/devops/fix-release-workflow
Browse files Browse the repository at this point in the history
OPS: Move quotation mark to correct place
  • Loading branch information
cortadocodes committed Jun 14, 2021
2 parents e61d52f + dfbd1ce commit 0de5df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
release:
# This job will only run if the PR has been merged (and not closed without merging).
if: github.event.pull_request.merged == true && "!contains(github.event.pull_request.head.message, 'skip_ci_release')"
if: "github.event.pull_request.merged == true && !contains(github.event.pull_request.head.message, 'skip_ci_release')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0de5df2

Please sign in to comment.