Skip to content

Commit

Permalink
skip if the run with same content exist
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jan 14, 2025
1 parent f221d24 commit 46080a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:

steps:

- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
skip_after_successful_duplicate: 'true'

- name: Install
run: |
sudo apt-get install python3-pytest python3-pytest-cov python3-pytestqt
Expand Down

0 comments on commit 46080a9

Please sign in to comment.