Skip to content

Commit

Permalink
Add build checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Sep 13, 2022
1 parent 95864d0 commit 379d086
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ jobs:
name: compilation-${{env.BUILD_KEY}}.zip
path: /tmp/remote-cache

# This is dummy stage to configure github checks in a way
# that is agnostic to the build matrix
build-success-checkpoint:
runs-on: ubuntu-latest
needs: build
steps:
- name: Build matrix completed
run: echo "Build result is a ${{ needs.build.result }}"

documentation:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 379d086

Please sign in to comment.