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 47a5b8c commit 03d2532
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 @@ -24,14 +24,8 @@ on:
- 'docker-compose.yml'

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
- name: Login to Packages
Expand Down

0 comments on commit 03d2532

Please sign in to comment.