Skip to content

Commit 84185cd

Browse files
committed
syntax
1 parent 9e5e677 commit 84185cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tutorial_exporter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
jobs:
1313
# run on push
14-
if: ${{ github.event_name != 'workflow_dispatch' }}
1514
export_tutorials_workflow_dispatch:
15+
if: ${{ github.event_name != 'workflow_dispatch' }}
1616
permissions: write-all
1717
runs-on: ubuntu-latest
1818
env:
@@ -78,8 +78,8 @@ jobs:
7878
commit-message: export tutorials changed in ${{ steps.short-sha.outputs.sha }}
7979
delete-branch: true
8080
# run on workflow_dispatch
81-
if: ${{ github.event_name = 'workflow_dispatch' }}
8281
export_tutorials_workflow_dispatch:
82+
if: ${{ github.event_name == 'workflow_dispatch' }}
8383
permissions: write-all
8484
runs-on: ubuntu-latest
8585
env:

0 commit comments

Comments
 (0)