mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-17 01:58:02 +00:00
.github/workflows: remove redundant step status check
According to docs, this is the default.
This commit is contained in:
parent
684d36068d
commit
ac61eb2b12
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
||||
arch:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [smoke]
|
||||
if: ${{ needs.smoke.result == 'success' }}
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -50,7 +49,6 @@ jobs:
|
||||
fuzzit:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [smoke]
|
||||
if: ${{ needs.smoke.result == 'success' }}
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user