Skip to content

Commit

Permalink
remove no longer needed skip-duplicate-actions (NVIDIA#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Nov 8, 2024
2 parents aaa2770 + 2b4f99f commit 5eb8ea1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5eb8ea1

Please sign in to comment.