Compare commits
No commits in common. '869ab1f2e031a53f47e6cbccc71cb5d7910757e0' and '311e21bcf30b7c37993a23c6668e9bcf7a0d03db' have entirely different histories.
869ab1f2e0
...
311e21bcf3
@ -1,27 +0,0 @@ |
||||
name: Test Pico CMS pull request |
||||
|
||||
on: |
||||
pull_request: {} |
||||
|
||||
jobs: |
||||
test: |
||||
name: Test Pico CMS |
||||
uses: ./.github/workflows/test.yml |
||||
|
||||
bouncer: |
||||
name: Bouncer |
||||
|
||||
needs: test |
||||
if: ${{ always() }} |
||||
|
||||
runs-on: ubuntu-latest |
||||
permissions: {} |
||||
|
||||
steps: |
||||
- name: Check build matrix status |
||||
if: ${{ needs.test.result != 'success' }} |
||||
run: | |
||||
: |
||||
echo "Some tests of Pico CMS failed." >&2 |
||||
echo "Please check the GitHub workflow logs for details." >&2 |
||||
exit 1 |
Loading…
Reference in new issue