Skip to content

Commit

Permalink
CI: Rename BSP check for clearer project settings (#747)
Browse files Browse the repository at this point in the history
In the previous implementation, the job just appeared as "check" in the
branch protection settings, this renames it to
"check-tier-1-bsps-build-stable" so it's a little clearer.
  • Loading branch information
ianrrees authored Aug 21, 2024
1 parent bd5c82f commit 50897d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
name: "${{ matrix.bsp.name }}-${{ matrix.toolchain }}"
path: output

check:
check-tier-1-bsps-build-stable:
runs-on: ubuntu-latest
needs: [setup, build]
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: successful-jobs
- name: Tier 1 BSPs built on stable
- name: Do checks
env:
MATRIX: ${{ needs.setup.outputs.matrix }}
run: |
Expand Down

0 comments on commit 50897d3

Please sign in to comment.