Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Jan 21, 2025
1 parent 2b93b08 commit 0b8a49f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/system-tests-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
required: false
default: '10'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name != 'schedule' }}

env:
TARGETS: |
${{ github.event_name == 'schedule' && '//...' ||
Expand Down

0 comments on commit 0b8a49f

Please sign in to comment.