diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac7c8300a..eb88df01b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,6 +216,7 @@ jobs: fi - name: Check documented compiler versions + if: steps.filter.outputs.should-run == 'true' run: bash extras/verify-documented-compiler-version.sh - name: Test Slang |
