Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
ci: Remove jobs need
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Nov 10, 2023
1 parent 2ba448f commit 22ea72f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:

jobs:
deploy-linux:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand All @@ -25,7 +24,6 @@ jobs:
run: |
./gradlew publish --no-daemon --stacktrace
deploy-macos:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand Down Expand Up @@ -54,7 +52,6 @@ jobs:
publishTvosX64PublicationToMavenRepository \
--no-daemon --stacktrace
deploy-windows:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand Down

0 comments on commit 22ea72f

Please sign in to comment.