ci(workflows): 🔧 remove manual if contains skip in workflows (#164)

This commit is contained in:
Jameson Stone 2021-12-14 07:20:18 -05:00 committed by GitHub
parent 899c1ede45
commit 2861505ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 4 deletions

View file

@ -18,7 +18,6 @@ env:
jobs:
tests:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@v2
@ -45,7 +44,6 @@ jobs:
lint:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -12,7 +12,6 @@ env:
jobs:
docker:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -12,7 +12,6 @@ env:
jobs:
goreleaser:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@v2