mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-03-02 13:40:37 +00:00
ci: Remove skipci job
This commit is contained in:
parent
47a5b8c834
commit
03d253207f
6
.github/workflows/dev-image.yml
vendored
6
.github/workflows/dev-image.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user