We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d46aa commit 8e5abb4Copy full SHA for 8e5abb4
.github/workflows/test.yml
@@ -1,6 +1,8 @@
1
name: CI - Test&Build
2
-on: [ push, workflow_dispatch ]
3
-
+on:
+ push:
4
+ workflow_dispatch:
5
+ cron: "0 0 * * *" # keeps GitHub from removing runner due to inactivity
6
jobs:
7
build:
8
runs-on: LV20x64
0 commit comments