mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(ci): rename jobs from deploy to build
This commit is contained in:
parent
7c456ad8cf
commit
008caa8473
4 changed files with 4 additions and 4 deletions
2
.github/workflows/dashboard.yml
vendored
2
.github/workflows/dashboard.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
- 'dashboard/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
|
|
|
|||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
- 'PluralKit.Core/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
|
|
|
|||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
- 'Cargo.lock'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
|
|
|
|||
2
.github/workflows/scheduled_tasks.yml
vendored
2
.github/workflows/scheduled_tasks.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
- 'services/scheduled_tasks/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue