Skip to content

Commit

Permalink
. e Updated cron to be under schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
stagg54 authored Jan 26, 2024
1 parent 8e5abb4 commit 7920ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: CI - Test&Build
on:
push:
workflow_dispatch:
cron: "0 0 * * *" # keeps GitHub from removing runner due to inactivity
schedule:
- cron: "0 0 * * *" # keeps GitHub from removing runner due to inactivity
jobs:
build:
runs-on: LV20x64
Expand Down

0 comments on commit 7920ef1

Please sign in to comment.