disable troublesome context dump (Argument list too long)
This commit is contained in:
parent
1051001495
commit
7507b206be
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -6,10 +6,10 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
# - name: Dump GitHub context
|
||||||
env:
|
# env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
# GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
run: echo "$GITHUB_CONTEXT"
|
# run: echo "$GITHUB_CONTEXT"
|
||||||
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
|
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
|
||||||
run: exit 1
|
run: exit 1
|
||||||
if: github.event_name == 'release' && (github.event.action != 'published' && github.event.action != 'rerequested')
|
if: github.event_name == 'release' && (github.event.action != 'published' && github.event.action != 'rerequested')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user