From 07173e1bfd4a9f447ee8fed040bcafd794e45208 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 10 Jun 2025 22:01:20 +0200 Subject: [PATCH] workflows/nixpkgs-vet: remove outdated comment We are using a concurrency group by now. --- .github/workflows/nixpkgs-vet.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nixpkgs-vet.yml b/.github/workflows/nixpkgs-vet.yml index df0ce2401c4c..0843117e14c7 100644 --- a/.github/workflows/nixpkgs-vet.yml +++ b/.github/workflows/nixpkgs-vet.yml @@ -17,9 +17,6 @@ concurrency: permissions: {} -# We don't use a concurrency group here, because the action is triggered quite often (due to the PR edit trigger), and contributors would get notified on any canceled run. -# There is a feature request for suppressing notifications on concurrency-canceled runs: https://github.com/orgs/community/discussions/13015 - defaults: run: shell: bash