mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Don't rely on test (#819)
This commit is contained in:
parent
e7619e6b0a
commit
4585e1ae3c
6
.github/workflows/sonar-scan.yml
vendored
6
.github/workflows/sonar-scan.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
|||||||
|
|
||||||
version:
|
version:
|
||||||
name: Bump version on Develop push
|
name: Bump version on Develop push
|
||||||
needs: [ build, test ]
|
needs: [ build ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||||
steps:
|
steps:
|
||||||
@ -122,7 +122,7 @@ jobs:
|
|||||||
|
|
||||||
develop:
|
develop:
|
||||||
name: Build Nightly Docker if Develop push
|
name: Build Nightly Docker if Develop push
|
||||||
needs: [ build, test, version ]
|
needs: [ build, version ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||||
steps:
|
steps:
|
||||||
@ -225,7 +225,7 @@ jobs:
|
|||||||
|
|
||||||
stable:
|
stable:
|
||||||
name: Build Stable Docker if Main push
|
name: Build Stable Docker if Main push
|
||||||
needs: [ build, test ]
|
needs: [ build ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user