Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 56eec56

Browse files
committed
ci(actions): remove deduplication action for now
See: fkirc/skip-duplicate-actions#127
1 parent 3632c99 commit 56eec56

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,9 @@ on:
1212
- beta
1313

1414
jobs:
15-
deduplicate:
16-
name: Deduplicate Jobs
17-
runs-on: ubuntu-latest
18-
outputs:
19-
should_skip: ${{ steps.skip_check.outputs.should_skip }}
20-
steps:
21-
- id: skip_check
22-
uses: fkirc/skip-duplicate-actions@master
23-
with:
24-
concurrent_skipping: same_content_newer
25-
2615
build:
2716
name: Build + Test + Release / Node ${{ matrix.node }}
2817
runs-on: ubuntu-latest
29-
if: ${{ needs.deduplicate.outputs.should_skip != 'true' }}
3018
strategy:
3119
matrix:
3220
node: ['12', '14', '16']

0 commit comments

Comments
 (0)