From 2cb89867c0567209bc262135ca0059cbf86fb08b Mon Sep 17 00:00:00 2001 From: Jeffrey D <11084623+Nephery@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:31:10 -0400 Subject: [PATCH] Use same_content_newer for GH workflow skip detection --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 87164ec..fd250fe 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -17,7 +17,7 @@ jobs: - id: skip_check uses: fkirc/skip-duplicate-actions@v5.3.1 with: - concurrent_skipping: same_content + concurrent_skipping: same_content_newer do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]' build: