fix broken workflow syntax

This commit is contained in:
dgtlmoon
2021-10-06 08:45:05 +02:00
parent fe3c20b618
commit db1ff1843c
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || ${{ github.event.release.tag_name }} != '' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }} || ${{ github.event.release.tag_name }} != ''
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9