From af89213b2fb5a8bc29abb638fbe12f14a38c9799 Mon Sep 17 00:00:00 2001 From: May <110405507+mushroomempires@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:47:16 +0100 Subject: [PATCH] Update .github/workflows/centreon-collect.yml --- .github/workflows/centreon-collect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/centreon-collect.yml b/.github/workflows/centreon-collect.yml index c32af40aa8..4a3eddbbf3 100644 --- a/.github/workflows/centreon-collect.yml +++ b/.github/workflows/centreon-collect.yml @@ -317,7 +317,7 @@ jobs: ! cancelled() && ! contains(needs.*.result, 'failure') && ! contains(needs.*.result, 'cancelled') && - github.repository == 'centreon/centreon-collect-collect' + github.repository == 'centreon/centreon-collect' strategy: fail-fast: false