We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ac51c commit a6c82c9Copy full SHA for a6c82c9
.github/workflows/conan.yml
@@ -1,7 +1,7 @@
1
name: Test conan packages
2
3
on:
4
- # Run weekdays at 11:15pm UTC, and specify below to only run if there's been new commits
+ # Run weekdays at 11:15pm UTC
5
schedule:
6
- cron: "15 11 * * 1-5"
7
workflow_dispatch:
@@ -18,17 +18,6 @@ jobs:
18
- name: Checkout Code
19
uses: actions/checkout@v4
20
21
- - name: Get new commit count
22
- id: new_commit_count
23
- shell: bash
24
- run: echo "commit_count=$(git log --oneline --since '24 hours ago' | wc -l)" >> $GITHUB_OUTPUT
25
-
26
- - name: Cancelling scheduled build with no new commits
27
- uses: andymckay/[email protected]
28
- if: |
29
- steps.new_commit_count.outputs.commit_count == '0' &&
30
- github.event_name == 'schedule'
31
32
build_macos:
33
if: github.repository_owner == 'viamrobotics'
34
needs: [prepare]
0 commit comments