Skip to content

Commit

Permalink
bors: Make style_check unblocking
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Sep 7, 2023
1 parent ea1b6d1 commit 5a7c94b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

name: Docker Linux Tier1
runs-on: ubuntu-22.04
needs: [check_cfg, style_check]
needs: check_cfg
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
contents: read # to fetch code (actions/checkout)

name: Docker Linux Tier2
needs: style_check
needs: check_cfg
runs-on: ubuntu-22.04
strategy:
fail-fast: true
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
contents: read # to fetch code (actions/checkout)

name: Build Channels Linux
needs: [check_cfg, style_check]
needs: check_cfg
runs-on: ubuntu-22.04
env:
OS: linux
Expand Down

0 comments on commit 5a7c94b

Please sign in to comment.