Skip to content

Commit

Permalink
Merge pull request kubernetes#13188 from spowelljr/fixYaml
Browse files Browse the repository at this point in the history
Fixed workflow YAML
  • Loading branch information
spowelljr authored Dec 17, 2021
2 parents f921731 + 6a49d9d commit a36473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/time-to-k8s-public-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
./hack/benchmark/time-to-k8s/public-chart/public-chart.sh docker containerd
time-to-k8s-public-chart-virtualbox:
if: github.repository == 'kubernetes/minikube'
run-on: macos-10.15
runs-on: macos-10.15
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit a36473f

Please sign in to comment.