From 83692075df13430e641c8e263c0615136dd3857e Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:50:29 +1200 Subject: [PATCH] ci: Don't cancel previous builds Which is what the comment said, but the code didn't match. --- .github/workflows/test-verific.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-verific.yml b/.github/workflows/test-verific.yml index 627a70d47..07c2aa4d1 100644 --- a/.github/workflows/test-verific.yml +++ b/.github/workflows/test-verific.yml @@ -13,7 +13,7 @@ jobs: with: paths_ignore: '["**/README.md"]' # don't cancel previous builds - cancel_others: 'true' + cancel_others: 'false' # only run on push *or* pull_request, not both concurrent_skipping: 'same_content_newer' # we have special actions when running on main, so this should be off