Merge branch 'python-uv' of github.com:windmill-labs/windmill into python-uv

This commit is contained in:
pyranota
2024-10-23 12:04:53 +00:00
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ env:
name: Build windmill:main
on:
push:
branches: [main]
branches: [main, python-uv]
tags: ["*"]
pull_request:
types: [opened, synchronize, reopened]
@@ -438,7 +438,7 @@ jobs:
build_ee_nsjail:
needs: [build_ee]
runs-on: ubicloud
if: (github.event_name != 'issue_comment') || (github.event_name != 'pull_request') || (contains(github.event.comment.body, '/buildimage_nsjail') || contains(github.event.comment.body, '/buildimage_all'))
if: (github.event_name != 'issue_comment') || (contains(github.event.comment.body, '/buildimage_nsjail') || contains(github.event.comment.body, '/buildimage_all'))
steps:
- uses: actions/checkout@v4
with:
+1
View File
@@ -1,3 +1,4 @@
# trigger CI
ARG DEBIAN_IMAGE=debian:bookworm-slim
ARG RUST_IMAGE=rust:1.80-slim-bookworm
ARG PYTHON_IMAGE=python:3.11.10-slim-bookworm