Skip to content

Remove skip-ci check #18

Remove skip-ci check

Remove skip-ci check #18

Workflow file for this run

name: Pull request checks
on:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
target_sha: ${{ github.event.pull_request.head.sha }}

Check failure on line 17 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull request checks

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 17, Col: 19): Invalid input, target_sha is not defined in the referenced workflow.