This commit is contained in:
alyssa 2024-09-06 16:19:41 +09:00
parent 8d7d2ca808
commit 73de67d7e2
3 changed files with 4 additions and 3 deletions

View file

@ -24,4 +24,4 @@ jobs:
DISPATCH_DATA: ${{ inputs.dispatchData }}
steps:
- run: /ci/run_ci.py
- run: /run_ci.py

View file

@ -37,4 +37,4 @@ jobs:
OLD_SHA: ${{ github.event.before }}
IS_FORCE_PUSH: ${{ github.event.forced }}
steps:
- run: /ci/spawn_jobs.py
- run: /spawn_jobs.py