Diff the whole push range and de-duplicate the gate-skip note
Tests / vet + fmt + tests (pull_request) Failing after 3s
Tests / vet + fmt + tests (pull_request) Failing after 3s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
git fetch --no-tags origin "$GITHUB_BASE_REF"
|
||||
base="origin/$GITHUB_BASE_REF"
|
||||
else
|
||||
base="HEAD^"
|
||||
base='${{ github.event.before }}'
|
||||
fi
|
||||
if git diff --quiet "$base"...HEAD -- '*.go' go.mod go.sum Dockerfile .dockerignore .github data README.md; then
|
||||
echo "code=false" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user