Skip to content

Commit a0a1bbd

Browse files
chore: add comment
1 parent 5bd7d86 commit a0a1bbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ jobs:
77
name: Jest
88
runs-on: ubuntu-latest
99
steps:
10-
# - name: Filter
11-
# run: if [[ ${GITHUB_EVENT_NAME} == "push" && ${GITHUB_REF} != "refs/heads/master" ]]; then exit 78; fi
10+
# neutral status 78 has removed...
11+
# https://github.community/t5/GitHub-API-Development-and/GitHub-Actions-quot-neutral-quot-exit-code-is-incorrectly/td-p/29051
12+
# - name: Filter
13+
# run: if [[ ${GITHUB_EVENT_NAME} == "push" && ${GITHUB_REF} != "refs/heads/master" ]]; then exit 78; fi
1214
- uses: actions/checkout@v1
1315
with:
1416
fetch-depth: 1

0 commit comments

Comments
 (0)