aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-19 12:01:41 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-19 12:52:04 +0200
commitac61eb2b125ee9891ae3290f770e6ee36c07535d (patch)
tree47d8e4bae631db32ff3115c2684f1f0804d74376 /.github/workflows
parent684d36068dc282e7bca05677b7e2e23edaca9949 (diff)
.github/workflows: remove redundant step status check
According to docs, this is the default.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 43c727f78..f0677240d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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