We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d04804 commit c1d8595Copy full SHA for c1d8595
.github/workflows/create_website_pr.yml
@@ -10,9 +10,9 @@ jobs:
10
env:
11
GITHUB_CONTEXT: ${{ toJson(github) }}
12
run: echo "$GITHUB_CONTEXT"
13
- - name: Fail if not a release publish # workaround has `on` doesn't have this filter
14
- run: exit 1
15
- if: github.event.action != 'published'
+ - name: Fail if not a release publish # workaround has `on` doesn't have this filter
+ run: exit 1
+ if: github.event.action != 'published'
16
- name: Set up Python 3.5
17
uses: actions/setup-python@v1
18
with:
0 commit comments