Skip to content

Commit

Permalink
skip artifact re-generation on test change
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Sep 1, 2024
1 parent a7235b5 commit 67fa04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/produce-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
concurrent_skipping: 'same_content_newer'
skip_after_successful_duplicate: 'true'
paths_ignore: '["**/*.md", "examples/**"]'
paths_ignore: '["**/*.md", "examples/**", "tests/**"]'
do_not_skip: '["workflow_dispatch", "schedule"]'

get_version:
Expand Down

0 comments on commit 67fa04b

Please sign in to comment.