Skip to content

Commit

Permalink
Chore: CI - No composite
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 11, 2023
1 parent 45c42e2 commit 5e54e0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:

- name: Check SkipAction
id: skip_check
uses: ./.github/actions/skip-action
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: same_content_newer
skip_after_successful_duplicate: "true"
paths_ignore: '["**/README.md"]'

build:
needs: pre_job
Expand Down

0 comments on commit 5e54e0c

Please sign in to comment.