From 91aadd943ffc0c6eba9d85b19cb4927510a17adc Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 2 Nov 2021 16:02:16 +0000 Subject: [PATCH] cifuzz: switch to the util-linux organization Signed-off-by: Evgeny Vereshchagin --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 12a79a7f9b..93ebc3ceaa 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -15,7 +15,7 @@ on: jobs: Fuzzing: runs-on: ubuntu-latest - if: github.repository == 'karelzak/util-linux' + if: github.repository == 'util-linux/util-linux' strategy: fail-fast: false matrix: -- 2.47.3