[PR #234] [MERGED] chore: update build-push workflow to skip builds on pull requests (#233) #390

Closed
opened 2026-02-16 01:15:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/234
Author: @Yeuoly
Created: 4/22/2025
Status: Merged
Merged: 4/22/2025
Merged by: @Yeuoly

Base: mainHead: enhance/reduce-ci-tests


📝 Commits (2)

  • a9e561c chore: update build-push workflow to skip builds on pull requests (#233)
  • 6d039da optimize

📊 Changes

1 file changed (+29 additions, -28 deletions)

View changed files

📝 .github/workflows/build-push.yml (+29 -28)

📄 Description

  • Modified the conditional for the build job to skip execution on pull requests when the skip_on_pr flag is set to true for specific services.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/234 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/22/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `enhance/reduce-ci-tests` --- ### 📝 Commits (2) - [`a9e561c`](https://github.com/langgenius/dify-plugin-daemon/commit/a9e561c3747fa38418292918f50a2fa372d15641) chore: update build-push workflow to skip builds on pull requests (#233) - [`6d039da`](https://github.com/langgenius/dify-plugin-daemon/commit/6d039da4b9f61a1b0e809468b50a9c0faf028cf8) optimize ### 📊 Changes **1 file changed** (+29 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-push.yml` (+29 -28) </details> ### 📄 Description - Modified the conditional for the build job to skip execution on pull requests when the `skip_on_pr` flag is set to true for specific services. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:49 -05:00
yindo closed this issue 2026-02-16 01:15:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#390