Skip to content

Commit

Permalink
activating concurrency in unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-checkmk authored Sep 19, 2024
1 parent 41e4c22 commit e934882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ans-unit-test-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ env:
MODULE_NAME: checkmk
TESTPATH: tests/unit/plugins/inventory/test_checkmk.py

# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

name: Ansible Unit Test for Inventory Module
on:
Expand Down

0 comments on commit e934882

Please sign in to comment.