We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b0e98 commit 99920aaCopy full SHA for 99920aa
.github/workflows/run-ubuntu-checks.yml
@@ -140,6 +140,7 @@ jobs:
140
id: check-changes
141
run: |
142
git fetch origin ${{ github.base_ref }} --depth=1 || true
143
+ git checkout ${{ github.base_ref }}
144
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD)
145
echo "$CHANGED_FILES" | grep '^src_c/' || echo "::set-output name=skip::true"
146
0 commit comments