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
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ jobs:
test:
runs-on: ubuntu-16.04
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
# - name: Dump GitHub context
# env:
# GITHUB_CONTEXT: ${{ toJson(github) }}
# run: echo "$GITHUB_CONTEXT"
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
run: exit 1
if: github.event_name == 'release' && (github.event.action != 'published' && github.event.action != 'rerequested')