disable troublesome context dump (Argument list too long)

This commit is contained in:
Roy Hooper 2019-10-03 19:16:36 -04:00
parent 1051001495
commit 7507b206be

View File

@ -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')