Ignore summerwind resources in go test until controller version is the same (#2920)

This commit is contained in:
Nikola Jokic
2023-09-22 12:35:34 +02:00
committed by GitHub
parent cf24ab584d
commit 2ae39828b2
9 changed files with 271 additions and 54 deletions

View File

@@ -19,7 +19,7 @@ permissions:
contents: read
concurrency:
# This will make sure we only apply the concurrency limits on pull requests
# This will make sure we only apply the concurrency limits on pull requests
# but not pushes to master branch by making the concurrency group name unique
# for pushes
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}