From 7a8a0bb163aae7528c9630b9c1104f5f09ca0c7f Mon Sep 17 00:00:00 2001 From: pyranota Date: Thu, 14 Nov 2024 11:47:56 +0000 Subject: [PATCH] Revert docker-image.yml --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 788e69c72391b..f1f3cae9f8bef 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,7 +10,7 @@ env: name: Build windmill:main on: push: - branches: [main, python-uv] + branches: [main] 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') || (contains(github.event.comment.body, '/buildimage_nsjail') || contains(github.event.comment.body, '/buildimage_all')) + 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')) steps: - uses: actions/checkout@v4 with: