File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- master
7
- commits :
8
- - ' *'
9
- - ' !ci skip'
10
- - ' !skip ci'
11
7
push :
12
8
branches :
13
9
- master
14
- commits :
15
- - ' *'
16
- - ' !ci skip'
17
- - ' !skip ci'
18
10
19
11
jobs :
20
12
test :
13
+ # if: |
14
+ # !contains(github.event.commit.message, '[ci skip]') ||
15
+ # !contains(github.event.commit.message, '[skip ci]')
21
16
env :
22
17
CI : true
23
18
CODECOV_TOKEN : ${{secrets.CODECOV_TOKEN}}
42
37
# uses: actions/setup-node@v1
43
38
# with:
44
39
# node: ${{ matrix.node }}
40
+
41
+ - name : Dump GitHub context
42
+ env :
43
+ GITHUB_CONTEXT : ${{ toJson(github) }}
44
+ run : echo "$GITHUB_CONTEXT"
45
45
- name : Installing dependencies
46
46
if : steps.nodejs-cache.outputs.cache-hit != 'true'
47
47
run : yarn --frozen-lockfile
You can’t perform that action at this time.
0 commit comments