From 2b4f99f877b2a5963dc81a1ecd868af8d1974dd1 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Fri, 8 Nov 2024 11:41:50 -0800 Subject: [PATCH] remove no longer needed skip-duplicate-actions Signed-off-by: Jeffrey Martin --- .github/workflows/test_linux.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 3930a05ab..9a5ce5bc3 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -8,19 +8,7 @@ on: workflow_dispatch: jobs: - pre_job: - runs-on: ubuntu-latest - - steps: - - id: skip_check - uses: fkirc/skip-duplicate-actions@v5 - with: - concurrent_skipping: 'outdated_runs' - cancel_others: 'true' - build: - needs: pre_job - if: needs.pre_job.outputs.should_skip != 'true' runs-on: ubuntu-latest strategy: matrix: