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 5b10fe1 commit 2279810
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 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
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ on:
- '**.md'

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

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

Expand Down

0 comments on commit 2279810

Please sign in to comment.