Skip to content

Commit 70b6821

Browse files
authored
chore - Don't build ubuntu image on PR
1 parent dfe6f2d commit 70b6821

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ghcr-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
# Only build nikolaik on PRs, otherwise build both nikolaik and ubuntu.
4141
if [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then
4242
json=$(jq -n -c '[
43-
{ image: "nikolaik/python-nodejs:python3.12-nodejs22", tag: "nikolaik" },
44-
{ image: "ubuntu:24.04", tag: "ubuntu" }
45-
43+
{ image: "nikolaik/python-nodejs:python3.12-nodejs22", tag: "nikolaik" }
4644
]')
4745
else
4846
json=$(jq -n -c '[

0 commit comments

Comments
 (0)