mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
test
This commit is contained in:
parent
8d7d2ca808
commit
73de67d7e2
3 changed files with 4 additions and 3 deletions
2
.github/workflows/ci-runner.yml
vendored
2
.github/workflows/ci-runner.yml
vendored
|
|
@ -24,4 +24,4 @@ jobs:
|
|||
|
||||
DISPATCH_DATA: ${{ inputs.dispatchData }}
|
||||
steps:
|
||||
- run: /ci/run_ci.py
|
||||
- run: /run_ci.py
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue