Update tutorial_exporter.yml (#537)
fixing bug introduced in #531 workflow on push
This commit is contained in:
committed by
FilippoOlivo
parent
545e6a3ea2
commit
3684782fb5
1
.github/workflows/tutorial_exporter.yml
vendored
1
.github/workflows/tutorial_exporter.yml
vendored
@@ -13,7 +13,6 @@ jobs:
|
|||||||
# run on push
|
# run on push
|
||||||
export_tutorials_on_push:
|
export_tutorials_on_push:
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
export_tutorials:
|
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user