We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bbbe1 commit be50c1bCopy full SHA for be50c1b
.github/workflows/docker.yml
@@ -4,10 +4,7 @@ concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
5
cancel-in-progress: true
6
7
-on:
8
- schedule:
9
- - cron: '0 6 * * *' # once a day at 6AM UTC (1AM/EST, 2AM/EDT)
10
- workflow_dispatch:
+
11
12
# To test workflow updates you need to work in a branch directly on viamrobotics/rdk
13
# and tag your working branch instead of @main in any viamrobotics/rdk "uses" below.
0 commit comments