We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd7d86 commit a0a1bbdCopy full SHA for a0a1bbd
.github/workflows/ci.yml
@@ -7,8 +7,10 @@ jobs:
7
name: Jest
8
runs-on: ubuntu-latest
9
steps:
10
-# - name: Filter
11
-# run: if [[ ${GITHUB_EVENT_NAME} == "push" && ${GITHUB_REF} != "refs/heads/master" ]]; then exit 78; fi
+ # neutral status 78 has removed...
+ # 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
14
- uses: actions/checkout@v1
15
with:
16
fetch-depth: 1
0 commit comments