Skip to content

[WIP] CI: handle required workflows when skipped #2

[WIP] CI: handle required workflows when skipped

[WIP] CI: handle required workflows when skipped #2

Workflow file for this run

name: Skip checks
jobs:
skip_checks:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run PR analysis script
run: |
.github/workflows/scripts/check_diff.sh \
${{ github.event.pull_request.head.ref }} \
${{ github.event.pull_request.base.ref }} \
${{ github.event.pull_request.head.repo.clone_url }}
outputs:
skip: ${{ env.SKIP_CHECKS }}