1 parent 0ef9344 commit 0b0aa5cCopy full SHA for 0b0aa5c
1 file changed
.github/workflows/build.yml
@@ -15,10 +15,7 @@ jobs:
15
- name: Dump GitHub context
16
env:
17
GITHUB_CONTEXT: ${{ toJson(github) }}
18
- run: python -c "import os; print os.environ['GITHUB_CONTEXT']"
19
- - name: Fail if not a release publish # workaround has `on` doesn't have this filter
20
- run: exit 1
21
- if: github.event_name == 'release' && (github.event.action != 'published' && github.event.action != 'rerequested')
+ run: echo "$GITHUB_CONTEXT"
22
- name: Set up Python 3.5
23
uses: actions/setup-python@v1
24
with:
0 commit comments