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