Skip to content

Commit

Permalink
💚 beforeジョブが停止するのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 30, 2019
1 parent 89d8920 commit ccde4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, '[skip ci]')"
steps:
- run: echo "${{ github.event.head_commit.message }}"
- run: echo "no [skip ci]"

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ccde4fa

Please sign in to comment.