We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18d2b8 commit 4ff7ad7Copy full SHA for 4ff7ad7
.github/workflows/CI.yaml
@@ -49,7 +49,7 @@ jobs:
49
run: make test
50
51
- name: Create and configure cluster
52
- run: LABEL_FILTER=Kueue ./hack/create-test-cluster.sh
+ run: ./hack/create-test-cluster.sh
53
54
- name: Deploy Kueue
55
run: ./hack/deploy-kueue.sh
0 commit comments