Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 17, 2023
1 parent 4096b99 commit 2807f04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/k8scompat.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Kubernetes Version Compatibility Tests
on: [push]
on:
push:
workflow_dispatch:

jobs:
test:
name: Kubernetes 1.${{ matrix.downstreamApiserverMinorVersion }}
runs-on: ubuntu-latest
env:
upstreamApiserverVersion: 1.28.x
Expand Down Expand Up @@ -44,5 +47,4 @@ jobs:
- name: Run tests
run: go test -v ./internal/controllers/reconciliation
env:
KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT: "true"
DOWNSTREAM_VERSION_MINOR: "${{ matrix.downstreamApiserverMinorVersion }}"

0 comments on commit 2807f04

Please sign in to comment.