Skip to content

Commit

Permalink
Merge branch 'main' into isofibrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone authored Nov 9, 2024
2 parents ae4c359 + 26ebe71 commit 186a133
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,15 @@ jobs:
if: github.event_name == 'push'
id: deployment
uses: actions/deploy-pages@v4

# Enable status check to ensure all jobs succeeded
check:
if: always()
needs:
- build_project
runs-on: Ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'lean-toolchain'

jobs:
create-release:
Expand Down

0 comments on commit 186a133

Please sign in to comment.