Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 892b499

Browse files
committed
Run other CI jobs independently of the commits jobs
Makes it possible to still check for passing build without rebasing on top of master.
1 parent fad3e74 commit 892b499

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
linters:
2828
name: "Linters"
29-
needs: commits
30-
if: ${{ !failure() }}
3129
runs-on: ubuntu-latest
3230
steps:
3331
- name: "Checkout code"
@@ -65,8 +63,6 @@ jobs:
6563
6664
build:
6765
name: "Build"
68-
needs: commits
69-
if: ${{ !failure() }}
7066
runs-on: ubuntu-latest
7167
steps:
7268
- name: "Checkout code"
@@ -93,7 +89,6 @@ jobs:
9389
tests:
9490
name: "Tests"
9591
needs: [linters, build]
96-
if: ${{ !failure() }}
9792
strategy:
9893
fail-fast: true
9994
matrix:

0 commit comments

Comments
 (0)