.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>
pull/7149/head
Brad Fitzpatrick 1 year ago committed by Brad Fitzpatrick
parent b1248442c3
commit f7b3156f16

@ -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…
Cancel
Save