Skip to content

Commit

Permalink
refactor: fixed grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 authored Oct 20, 2024
1 parent 69307db commit 2cdcc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Source Build
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # Runs daily to check for depency issues or flaking tests
- cron: "0 1 * * *" # Runs daily to check for dependency issues or flaky tests
jobs:
source-build:
uses: vortexntnu/vortex-ci/.github/workflows/reusable-source-build.yaml@main
Expand Down

0 comments on commit 2cdcc62

Please sign in to comment.