Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Oct 10, 2023
1 parent a865ca6 commit 0499588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main
with:
additional-windows-test-flags: '-x test'
additional-windows-test-flags: "-x test"
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trivy
on:
workflow_dispatch:
schedule:
- cron: "30 20 * * *"
- cron: "30 20 * * *"

jobs:
call_workflow:
Expand Down

0 comments on commit 0499588

Please sign in to comment.