mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Avoid duplicate run key
This GitHub action has been failing since 4e963c9.
PiperOrigin-RevId: 349327675
This commit is contained in:
committed by
gVisor bot
parent
5dc60a7632
commit
3ff7324dfa
@@ -44,6 +44,6 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bazel-
|
||||
- run: make go
|
||||
run: |
|
||||
- run: |
|
||||
git remote add upstream "https://github.com/${{ github.repository }}"
|
||||
git push upstream go:go
|
||||
|
||||
Reference in New Issue
Block a user