From fafbe81d517e2d542102a13a8a2466a9852baa14 Mon Sep 17 00:00:00 2001 From: Ray Myers Date: Wed, 25 Jun 2025 21:55:13 -0500 Subject: [PATCH] chore - Don't build ubuntu image on PR (#9379) --- .github/workflows/ghcr-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 7e39672d1a..dd8bcf1cd4 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -40,9 +40,7 @@ jobs: # Only build nikolaik on PRs, otherwise build both nikolaik and ubuntu. if [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then json=$(jq -n -c '[ - { image: "nikolaik/python-nodejs:python3.12-nodejs22", tag: "nikolaik" }, - { image: "ubuntu:24.04", tag: "ubuntu" } - + { image: "nikolaik/python-nodejs:python3.12-nodejs22", tag: "nikolaik" } ]') else json=$(jq -n -c '[