From 6b67a5d0c686732275d2ac6d6447bf9b517f460d Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:55:38 +0800 Subject: [PATCH] Update --- .github/workflows/build_deploy.yml | 2 +- .github/workflows/update_readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 4cb1b01fd..c5ef8dd0e 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -8,7 +8,7 @@ permissions: contents: write jobs: - test-functions: + test: uses: ./.github/workflows/test_functions.yml update-toplist: diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 4f5dfdd84..439858150 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -14,7 +14,7 @@ permissions: contents: write jobs: - update_readme: + update-readme: # Do not run if workflow_run failed/cancelled (still allows workflow_dispatch and workflow_call) if: ${{ github.event.workflow_run.conclusion != 'failure' && github.event.workflow_run.conclusion != 'cancelled' }} runs-on: ubuntu-latest