this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

internal/ci: only run release workflow on main repo

The only workflow we need to have running on the trybot repo is the
trybot workflow itself. This workflow updates the caches for workflows
in the trybot repo, so that the fake PRs that we create there can use
up-to-date caches when they themselves run the trybot (and other)
workflows.

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: Ibcd72f258911e528dfeb04fced84ca33baef33d5
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/549503
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>

+2
+1
.github/workflows/release.yml
··· 17 17 defaults: 18 18 run: 19 19 shell: bash 20 + if: ${{github.repository == 'cue-lang/cue'}} 20 21 steps: 21 22 - name: Checkout code 22 23 uses: actions/checkout@v3
+1
internal/ci/github/release.cue
··· 42 42 } 43 43 jobs: goreleaser: { 44 44 "runs-on": _#linuxMachine 45 + if: "${{github.repository == '\(core.#githubRepositoryPath)'}}" 45 46 steps: [ 46 47 _base.#checkoutCode & { 47 48 with: "fetch-depth": 0