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