From 81e58e58c0eec1466c279a60c37545f96107fa06 Mon Sep 17 00:00:00 2001 From: RDW Date: Fri, 17 Jan 2025 15:20:12 +0100 Subject: [PATCH] CI: Enable fail-fast for the CodeQL workflow Unlike the other build workflows, this one didn't stop executing when one of the other runners has already failed. --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7954416d..8cf949c4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: security-events: write strategy: - fail-fast: false + fail-fast: true matrix: language: ['cpp']