Skip to content

Commit

Permalink
Fix github action syntax (#16277)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosusnp committed Sep 2, 2022
1 parent 7664115 commit f8f06fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gke-kube-test-command.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GKE Kube Acceptance Test
on:
schedule:
- cron '0 0 * * 0' # runs at midnight UTC every Sunday
- cron: '0 0 * * 0' # runs at midnight UTC every Sunday
workflow_dispatch:
inputs:
repo:
Expand Down

0 comments on commit f8f06fe

Please sign in to comment.