[PR #2338] [MERGED] ci: dont run flutter ci on commits that only change tauri sources #5191

Closed
opened 2026-03-23 22:17:39 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2338
Author: @btertoolen
Created: 4/23/2023
Status: Merged
Merged: 4/24/2023
Merged by: @appflowy

Base: mainHead: flutter-ci-run-less-often-2073


📝 Commits (1)

  • 0e6d728 ci: dont run flutter ci on commits that only change tauri sources

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 .github/workflows/flutter_ci.yaml (+2 -0)

📄 Description

fixes https://github.com/AppFlowy-IO/AppFlowy/issues/2073


Changing frontend/appflowy_tauri/src-tauri/src/main.rs before these changes caused the following workflows to be triggered:

image

After these changes:

image

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/2338 **Author:** [@btertoolen](https://github.com/btertoolen) **Created:** 4/23/2023 **Status:** ✅ Merged **Merged:** 4/24/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `flutter-ci-run-less-often-2073` --- ### 📝 Commits (1) - [`0e6d728`](https://github.com/AppFlowy-IO/AppFlowy/commit/0e6d7289cf21f7962a8fbc4552666f374d613e5a) ci: dont run flutter ci on commits that only change tauri sources ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/flutter_ci.yaml` (+2 -0) </details> ### 📄 Description <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> fixes https://github.com/AppFlowy-IO/AppFlowy/issues/2073 --- Changing ```frontend/appflowy_tauri/src-tauri/src/main.rs``` before these changes caused the following workflows to be triggered: ![image](https://user-images.githubusercontent.com/25817019/233853448-f5fa72be-768b-41c3-82d7-d1f7a0ad4bf4.png) After these changes: ![image](https://user-images.githubusercontent.com/25817019/233853697-5f4e7a1a-ba4d-4b16-94e9-aa5b97af655a.png) <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:39 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5191
No description provided.