diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 5c06c835..72f1cf47 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -7,7 +7,7 @@ on: - 'dashboard/**' jobs: - deploy: + build: runs-on: ubuntu-latest permissions: packages: write diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 34056690..27879b8f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ on: - 'PluralKit.Core/**' jobs: - deploy: + build: runs-on: ubuntu-latest permissions: packages: write diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ef0a0c69..2b4c5f37 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,7 +18,7 @@ on: - 'Cargo.lock' jobs: - deploy: + build: runs-on: ubuntu-latest permissions: packages: write diff --git a/.github/workflows/scheduled_tasks.yml b/.github/workflows/scheduled_tasks.yml index 8a232e04..12d4f112 100644 --- a/.github/workflows/scheduled_tasks.yml +++ b/.github/workflows/scheduled_tasks.yml @@ -7,7 +7,7 @@ on: - 'services/scheduled_tasks/**' jobs: - deploy: + build: runs-on: ubuntu-latest permissions: packages: write