Skip to content

Commit 45c42e2

Browse files
committed
Chore: CI - Try action for skip
1 parent 63cd9a1 commit 45c42e2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/actions/skip-action/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ runs:
55
using: composite
66
steps:
77
- uses: fkirc/skip-duplicate-actions@v5
8-
id: skip_check
98
with:
109
concurrent_skipping: same_content_newer
1110
skip_after_successful_duplicate: "true"

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Check SkipAction
16-
uses: fkirc/skip-duplicate-actions@v5
1716
id: skip_check
18-
with:
19-
concurrent_skipping: same_content_newer
20-
skip_after_successful_duplicate: "true"
21-
paths_ignore: '["**/README.md"]'
17+
uses: ./.github/actions/skip-action
2218

2319
build:
2420
needs: pre_job

0 commit comments

Comments
 (0)