mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-31 13:54:34 +03:00
chore(CI): Disable pre-release job
This commit is contained in:
parent
79e3dce190
commit
1c56f330bd
3 changed files with 3 additions and 4 deletions
.github/workflows
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
|
@ -100,7 +100,8 @@ jobs:
|
||||||
release-nightly:
|
release-nightly:
|
||||||
name: Create nightly pre-release to GitHub
|
name: Create nightly pre-release to GitHub
|
||||||
needs: [ setup-release, build-release ]
|
needs: [ setup-release, build-release ]
|
||||||
if: ${{ !needs.setup-release.outputs.release_created }}
|
# if: ${{ !needs.setup-release.outputs.release_created }}
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
|
|
2
.github/workflows/notify-release.yml
vendored
2
.github/workflows/notify-release.yml
vendored
|
@ -2,7 +2,7 @@ name: Notify Discord webhook of stable releases
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- released
|
- published
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
github-releases-to-discord:
|
github-releases-to-discord:
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue