Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 3, 2024
1 parent 13f4459 commit 6b67a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
test-functions:
test:
uses: ./.github/workflows/test_functions.yml

update-toplist:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b67a5d

Please sign in to comment.