We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5e677 commit 84185cdCopy full SHA for 84185cd
.github/workflows/tutorial_exporter.yml
@@ -11,8 +11,8 @@ on:
11
12
jobs:
13
# run on push
14
- if: ${{ github.event_name != 'workflow_dispatch' }}
15
export_tutorials_workflow_dispatch:
+ if: ${{ github.event_name != 'workflow_dispatch' }}
16
permissions: write-all
17
runs-on: ubuntu-latest
18
env:
@@ -78,8 +78,8 @@ jobs:
78
commit-message: export tutorials changed in ${{ steps.short-sha.outputs.sha }}
79
delete-branch: true
80
# run on workflow_dispatch
81
- if: ${{ github.event_name = 'workflow_dispatch' }}
82
+ if: ${{ github.event_name == 'workflow_dispatch' }}
83
84
85
0 commit comments