Avoid duplicate run key

This GitHub action has been failing since 4e963c9.

PiperOrigin-RevId: 349327675
This commit is contained in:
Tamir Duberstein
2020-12-28 13:57:54 -08:00
committed by gVisor bot
parent 5dc60a7632
commit 3ff7324dfa
+1 -1
View File
@@ -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