diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 22:25:12 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 22:25:47 -0400 |
| commit | a59658ad4b77715d973ab8623ed26c6749816ba7 (patch) | |
| tree | 660b39aebaffa9dbbe08b894ea79e71f9392f2d3 | |
| parent | 5802adb73fd679e5ea363b2e58348e273c15ec56 (diff) | |
| download | x-a59658ad4b77715d973ab8623ed26c6749816ba7.tar.xz x-a59658ad4b77715d973ab8623ed26c6749816ba7.zip | |
ci(go): don't build images in PR CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | .github/workflows/go.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fccae99..8f72dc9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -78,3 +78,4 @@ jobs: - name: Build docker images run: go tool yeet + if: github.event_name != 'pull_request' |
