fix gha workflow
This commit is contained in:
parent
624ff73e64
commit
5d3f32469a
|
@ -81,7 +81,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Mark the job as a success
|
- name: Mark the job as a success
|
||||||
- run: exit 0
|
run: exit 0
|
||||||
ci-failure:
|
ci-failure:
|
||||||
name: ci
|
name: ci
|
||||||
if: github.event_name == 'push' && !success()
|
if: github.event_name == 'push' && !success()
|
||||||
|
|
Loading…
Reference in New Issue