From 2cdcc62c444414ca0615ec14668dc95b8a0d4b1f Mon Sep 17 00:00:00 2001 From: Andreas Kluge Svendsrud <89779148+kluge7@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:46:36 +0200 Subject: [PATCH] refactor: fixed grammar in comment --- .github/workflows/source-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source-build.yaml b/.github/workflows/source-build.yaml index 6588fa9..e899bb0 100644 --- a/.github/workflows/source-build.yaml +++ b/.github/workflows/source-build.yaml @@ -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