Skip to content

Commit

Permalink
Remove unnecessary quotes from the CodeQL workflow
Browse files Browse the repository at this point in the history
We generally prefer to only use quotes when either necessary due to
content or when we want to force string conversion.
  • Loading branch information
mcdonnnj committed Jan 10, 2025
1 parent 60c065a commit ab9781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
branches-ignore:
- dependabot/**
schedule:
- cron: '0 21 * * 6'
- cron: 0 21 * * 6

jobs:
diagnostics:
Expand Down

0 comments on commit ab9781d

Please sign in to comment.