kopia lustrzana https://github.com/dgtlmoon/changedetection.io
fix broken workflow syntax
rodzic
fe3c20b618
commit
db1ff1843c
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue