From 8eab9c97d1a96beacb627695b5013267f49cdf20 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 26 Aug 2025 16:31:51 +0800 Subject: [PATCH] Revert "Update fls" --- .github/workflows/update-fls.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/update-fls.yaml diff --git a/.github/workflows/update-fls.yaml b/.github/workflows/update-fls.yaml deleted file mode 100644 index 60c3324..0000000 --- a/.github/workflows/update-fls.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Update FLS -on: - schedule: - - cron: "05 0 * * *" - workflow_dispatch: -jobs: - update-fls: - runs-on: ubuntu-latest - steps: - - name: Check out the repo - uses: actions/checkout@v2 - - name: Update FLS - uses: ./make.py --update-spec-lock-file - - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 - with: - commit-message: Cloud - Update available list - title: Update FLS (automated PR) - body: Update FLS (automated PR) - base: main - labels: automated-pr - branch: update-fls - delete-branch: true