mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-24 18:21:00 +00:00
.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.
This commit is contained in:
parent
2fa004a2a0
commit
7742caef0a
2
.github/workflows/go_generate.yml
vendored
2
.github/workflows/go_generate.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
then
|
||||
pkgs=$(go list ./... | grep -v dnsfallback)
|
||||
else
|
||||
pkgs=$(go list ./...)
|
||||
pkgs=$(go list ./... | grep -v dnsfallback)
|
||||
fi
|
||||
go generate $pkgs
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user