Skip to content

Commit

Permalink
[TypeSpecValidationAll] Remove extra whitespace in cron string (#31274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Oct 28, 2024
1 parent 98d74b2 commit 430a465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typespec-validation-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

schedule:
# Run 4x/day
- cron: '0 0,6,12,18 * * * '
- cron: '0 0,6,12,18 * * *'

jobs:
typespec-validation-all:
Expand Down

0 comments on commit 430a465

Please sign in to comment.