mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
.github/workflows: delete CIFuzz job
It doesn't yet support Go 1.20. We can bring it back later. Updates #7123 Change-Id: I6c4a4090e910d06f34c3f4d612e737989fe85812 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
b1248442c3
commit
f7b3156f16
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: CIFuzz
|
||||
on: [pull_request]
|
||||
on: [] # was: [pull_request], but disabled in https://github.com/tailscale/tailscale/pull/7156
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
Loading…
Reference in New Issue
Block a user