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 e637438 commit 013deb6Copy full SHA for 013deb6
.github/workflows/macos.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
build:
9
+ if: ${{ false }} # This job is temporarily disabled
10
runs-on: macos-13
11
steps:
12
- uses: actions/checkout@v4
.github/workflows/pullrequest-trusted.yml
@@ -76,7 +76,7 @@ jobs:
76
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
77
78
macos:
79
- uses: viamrobotics/rdk/.github/workflows/macos.yml@testing-ci-fix
+ uses: viamrobotics/rdk/.github/workflows/macos.yml@main
80
81
license_finder:
82
uses: viamrobotics/rdk/.github/workflows/license_finder.yml@main
0 commit comments