aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linter-automated.yaml
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-06-03 17:54:31 +0300
committerGitHub <noreply@github.com>2022-06-03 17:54:31 +0300
commitca1a334e8b07e3a8e0d8984418a5a58dd9f40eac (patch)
treec194b1dd9397a0c446b3405848314f20ba02429c /.github/workflows/linter-automated.yaml
parent3b55d6e958b0554289e272511e57e14880d5f526 (diff)
Add CI ignore
Diffstat (limited to '.github/workflows/linter-automated.yaml')
-rw-r--r--.github/workflows/linter-automated.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linter-automated.yaml b/.github/workflows/linter-automated.yaml
index 7ff4015..6a1ac75 100644
--- a/.github/workflows/linter-automated.yaml
+++ b/.github/workflows/linter-automated.yaml
@@ -1,4 +1,4 @@
-name: "Shell script linter"
+name: "(CI) Shell Script Linter"
on:
push:
branches:
@@ -8,6 +8,7 @@ on:
jobs:
shellchecker:
runs-on: ubuntu-latest
+ if: "!contains(github.event.head_commit.message, 'no-ci') && !contains(github.event.head_commit.message, 'CI ignore')"
steps:
- uses: actions/checkout@v2