Skip to content

Commit 8e5abb4

Browse files
authored
. e Added cron to run every day so GitHub will stop deleting my runner due to inactivity. FU GitHub...
1 parent 99d46aa commit 8e5abb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI - Test&Build
2-
on: [ push, workflow_dispatch ]
3-
2+
on:
3+
push:
4+
workflow_dispatch:
5+
cron: "0 0 * * *" # keeps GitHub from removing runner due to inactivity
46
jobs:
57
build:
68
runs-on: LV20x64

0 commit comments

Comments
 (0)