Skip to content

Commit

Permalink
full_ci: Do not block on style check
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Feb 28, 2024
1 parent b54e1f7 commit 98abfdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
contents: read # to fetch code (actions/checkout)

name: Docker Linux Tier2
needs: [docker_linux_tier1, style_check]
needs: [docker_linux_tier1]
runs-on: ubuntu-22.04
strategy:
fail-fast: true
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

if: ${{ false }} # This is currently broken
name: Docker Linux Build-Std Targets
needs: [docker_linux_tier1, style_check, build_channels_linux]
needs: [docker_linux_tier1, build_channels_linux]
runs-on: ubuntu-22.04
strategy:
fail-fast: true
Expand All @@ -174,7 +174,7 @@ jobs:
contents: read # to fetch code (actions/checkout)

name: Docker Switch
needs: [docker_linux_tier1, style_check]
needs: [docker_linux_tier1]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98abfdb

Please sign in to comment.