From 130eca6e99100dab4bd9bc283cb201a3f1c79b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quang=20Ng=C3=B4?= Date: Tue, 14 Jan 2025 20:31:24 +0700 Subject: [PATCH] Remove beta releases update checker (#6) --- .github/workflows/beta.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/beta.yaml diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml deleted file mode 100644 index bab406f..0000000 --- a/.github/workflows/beta.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Check for updates -on: - schedule: # for scheduling to work this file must be in the default branch - - cron: "0 0 * * *" # run daily at 00:00 - workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab - -jobs: - flatpak-external-data-checker: - runs-on: ubuntu-24.04 - steps: - - uses: actions/checkout@v3 - with: - ref: beta - - uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest - env: - GIT_AUTHOR_NAME: Flatpak External Data Checker - GIT_COMMITTER_NAME: Flatpak External Data Checker - # email sets "github-actions[bot]" as commit author, see https://github.community/t/github-actions-bot-email-address/17204/6 - GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com - GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com - EMAIL: 41898282+github-actions[bot]@users.noreply.github.com - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - args: --update --never-fork net.shadps4.shadPS4.yaml