diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 5d5aed7ce..a75be317a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,5 +1,5 @@ name: CIFuzz -on: [] # was: [pull_request], but disabled in https://github.com/tailscale/tailscale/pull/7156 +on: [pull_request] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}