diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2330bc490..27ef73152 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,7 +8,7 @@ updates: ignore: - dependency-name: k8s.io/apimachinery - dependency-name: k8s.io/client-go - - dependency-name: k8s.io/controller-runtime + - dependency-name: sigs.k8s.io/controller-runtime - package-ecosystem: github-actions directory: "/" schedule: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0cee6197..2e62f3804 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,9 @@ name: Build and Test +concurrency: + group: test-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + on: push: branches: