Skip to content

Commit

Permalink
Merge pull request #18 from snohio/lastlink/pipeline
Browse files Browse the repository at this point in the history
add final pr check
  • Loading branch information
lastlink authored Mar 23, 2024
2 parents 96eb020 + b903ba9 commit b06a3a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,16 @@ jobs:
# with:
# name: _site
# path: _site
pr-check:
if: always()
needs:
- yaml-lint
- build
runs-on: Ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@main
with:
# allowed-failures: markdown-link-checker
allowed-skips:
jobs: ${{ toJSON(needs) }}

0 comments on commit b06a3a6

Please sign in to comment.