summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-07-30 09:57:02 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-30 10:05:48 -0700
commitcb1a3ba63a4a44cf929bb7a1449e76e7664923ff (patch)
tree7e03807c65f00b46df36a73d153405ca6cc41311 /.github
parent61b3e05f404a06995cb5da6187958f38af864ff6 (diff)
Fix merge flow for Go branch.
PiperOrigin-RevId: 324024075
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index a81d06cca..18b805c15 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -18,6 +18,7 @@ jobs:
else
echo ::set-output has_token=false
fi
+ - run: |
jq -nc '{"state": "pending", "context": "go tests"}' | \
curl -sL -X POST -d @- \
-H "Content-Type: application/json" \