Skip to content

Commit

Permalink
Merge pull request #569 from disneystreaming/build-checkpoint
Browse files Browse the repository at this point in the history
Add build checkpoint
  • Loading branch information
Baccata authored Sep 13, 2022
2 parents 95864d0 + 379d086 commit 44c2ba1
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 44c2ba1

Please sign in to comment.