From 61af0b17699dc97a271bf5e0a6fde72df7c5a881 Mon Sep 17 00:00:00 2001 From: Jeffrey D <11084623+Nephery@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:39:14 -0400 Subject: [PATCH] Use same_content_newer for GH workflow skip detection (#140) --- .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: