From 3064cb6f2f0c73d51a7fcefc222d5dcf64614cb4 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 10 Apr 2026 20:14:20 +0800 Subject: [PATCH] Remove watch-build-and-release workflow --- .github/workflows/watch-build-and-release.yml | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/watch-build-and-release.yml diff --git a/.github/workflows/watch-build-and-release.yml b/.github/workflows/watch-build-and-release.yml deleted file mode 100644 index fbb4d26b..00000000 --- a/.github/workflows/watch-build-and-release.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Watch Build And Release XWorkmate Packages - -on: - workflow_run: - workflows: - - Build and Release XWorkmate Packages - types: - - completed - workflow_dispatch: - schedule: - - cron: "17 3 * * 1" - -permissions: - contents: read - -concurrency: - group: watch-build-and-release-${{ github.ref }} - cancel-in-progress: true - -env: - FLUTTER_VERSION: 3.41.4 - -jobs: - watch: - runs-on: ubuntu-22.04 - steps: - - name: Checkout source - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - - name: Set up Flutter SDK - uses: ./.github/actions/setup-flutter-sdk - with: - flutter-version: ${{ env.FLUTTER_VERSION }} - - - name: Install Linux dependencies - shell: bash - run: bash ./scripts/ci/setup_platform_deps.sh linux - - - name: Run workflow health monitor - shell: bash - run: bash ./scripts/ci/monitor_build_and_release.sh