mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-04 22:35:27 +08:00
ci: Remove skipci job
This commit is contained in:
parent
612b00fe8f
commit
da35efefa8
6
.github/workflows/dev-image.yml
vendored
6
.github/workflows/dev-image.yml
vendored
@ -22,14 +22,8 @@ on:
|
|||||||
- 'Makefile'
|
- 'Makefile'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
skipci:
|
|
||||||
runs-on: ubuntu-18.04
|
|
||||||
steps:
|
|
||||||
- run: echo "[skip ci] ${{ contains(github.event.head_commit.message, '[skip ci]') }}"
|
|
||||||
|
|
||||||
dev-image-test:
|
dev-image-test:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
if: contains(github.event.head_commit.message, '[skip ci]') == false
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: make build
|
- run: make build
|
||||||
|
Loading…
Reference in New Issue
Block a user