Skip to content

Commit

Permalink
ci: Remove skipci job
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 9, 2021
1 parent 612b00f commit da35efe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ on:
- 'Makefile'

jobs:
skipci:
runs-on: ubuntu-18.04
steps:
- run: echo "[skip ci] ${{ contains(github.event.head_commit.message, '[skip ci]') }}"

dev-image-test:
runs-on: ubuntu-18.04
if: contains(github.event.head_commit.message, '[skip ci]') == false
steps:
- uses: actions/checkout@v2
- run: make build
Expand Down

0 comments on commit da35efe

Please sign in to comment.