Skip to content

Commit b1764c6

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Check SkipAction
16-
uses: fkirc/skip-duplicate-actions@v5
1716
id: skip_check
17+
uses: fkirc/skip-duplicate-actions@v5
1818
with:
1919
concurrent_skipping: same_content_newer
2020
skip_after_successful_duplicate: "true"

0 commit comments

Comments
 (0)