Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Dec 24, 2019
2 parents 70a921b + 47c782f commit 05ca07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check_release:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.nodes.*.name, "release"))
if: contains(github.event.pull_request.labels.nodes.*.name, 'release')

steps:
- uses: actions/checkout@v1
Expand All @@ -22,7 +22,7 @@ jobs:

release:
runs-on: ubuntu-latest
if: github.event.pull_request.merged && contains(github.event.pull_request.labels.nodes.*.name, "release"))
if: github.event.pull_request.merged && contains(github.event.pull_request.labels.nodes.*.name, 'release')

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 05ca07a

Please sign in to comment.