Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikov committed Dec 25, 2020
1 parent da30a2c commit 028fb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
update:
runs-on: ubuntu-latest
# Read the notes about preventing merges overwriting owners created by PR
if: ! startsWith( github.event.head_commit.message, 'Merge pull request' )
if: ${{ !startsWith( github.event.head_commit.message, 'Merge pull request' ) }}
steps:
- uses: actions/checkout@master
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
update:
runs-on: ubuntu-latest
# Read the notes about preventing merges overwriting owners created by PR
if: ! startsWith( github.event.head_commit.message, 'Merge pull request' )
if: ${{ !startsWith( github.event.head_commit.message, 'Merge pull request' ) }}
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 028fb5b

Please sign in to comment.