Remove watch-build-and-release workflow
This commit is contained in:
parent
7609e2b38d
commit
8563c81203
41
.github/workflows/watch-build-and-release.yml
vendored
41
.github/workflows/watch-build-and-release.yml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user