.github/workflows: always ignore go:generate dnsfallback check

Keep the now-redundant github.ref branch check for
the future, in case we want to change the policy for main vs
release-branch again later. Save somebody the YAML debugging
time.
pull/3095/head
Brad Fitzpatrick 4 years ago
parent 2fa004a2a0
commit 7742caef0a

@ -30,7 +30,7 @@ jobs:
then then
pkgs=$(go list ./... | grep -v dnsfallback) pkgs=$(go list ./... | grep -v dnsfallback)
else else
pkgs=$(go list ./...) pkgs=$(go list ./... | grep -v dnsfallback)
fi fi
go generate $pkgs go generate $pkgs
echo echo

Loading…
Cancel
Save