Skip to content

CI: Only run the memory leak tests when C code is modified. #10

CI: Only run the memory leak tests when C code is modified.

CI: Only run the memory leak tests when C code is modified. #10

Workflow file for this run

name: Tests (Unchanged)
on:
pull_request:
paths-ignore:
- 'tests/**'
- 'src/**'
- '.github/workflows/tests.yml'
jobs:
run-tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: "No-op the tests"
run: 'echo "This change does not affect tests."'