Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam committed Sep 24, 2024
1 parent 0b36cb5 commit 6e041e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Test conan packages
on:
# Run weekdays at 11:15pm UTC, and specify below to only run if there's been new commits
schedule:
- cron: "15 11 * * 1-5"
- cron: "15 11 * * 1-5"
workflow_dispatch:

jobs:
prepare:
# if: github.repository_owner == 'viamrobotics'
if: github.repository_owner == 'viamrobotics'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -26,7 +26,7 @@ jobs:
github.event_name == 'schedule'
build_macos:
# if: github.repository_owner == 'viamrobotics'
if: github.repository_owner == 'viamrobotics'
needs: [prepare]
runs-on: macos-latest
strategy:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
conan create . --build=missing
build_linux_ubuntu_jammy:
# if: github.repository_owner == 'viamrobotics'
if: github.repository_owner == 'viamrobotics'
needs: [prepare]
runs-on: ${{ matrix.runs_on }}
container:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
software-properties-common \
sudo \
wget
pip install conan
- name: Update CMake for bullseye
Expand Down

0 comments on commit 6e041e2

Please sign in to comment.