Skip to content

Commit 0b0aa5c

Browse files
committed
Undo github workflow workaround
1 parent 0ef9344 commit 0b0aa5c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
- name: Dump GitHub context
1616
env:
1717
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')
18+
run: echo "$GITHUB_CONTEXT"
2219
- name: Set up Python 3.5
2320
uses: actions/setup-python@v1
2421
with:

0 commit comments

Comments
 (0)