Skip to content

Commit

Permalink
work around rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 17, 2023
1 parent 964c87a commit 971b956
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:

jobs:
docker:
# temporarily suppress this job to work around rate limit
if: false
runs-on: buildjet-4vcpu-ubuntu-2204-arm
permissions:
packages: write
Expand All @@ -25,7 +27,7 @@ jobs:
cache-to: type=registry,ref=ghcr.io/viamrobotics/viam-server:buildcache
platforms: linux/armv7
build:
needs: [docker]
# needs: [docker]
runs-on: buildjet-4vcpu-ubuntu-2204-arm
permissions:
packages: read
Expand Down

0 comments on commit 971b956

Please sign in to comment.