chore(release): disable test on release
This commit is contained in:
parent
4fddc5c2cb
commit
521b2593b0
@ -5,18 +5,18 @@ on:
|
|||||||
- cron: "0 9 * * 0"
|
- cron: "0 9 * * 0"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
# test:
|
||||||
name: Test
|
# name: Test
|
||||||
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
|
# uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
|
||||||
with:
|
# with:
|
||||||
python-version: 3.13
|
# python-version: 3.13
|
||||||
secrets:
|
# secrets:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
needs: test
|
# needs: test
|
||||||
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
|
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
|
||||||
secrets:
|
secrets:
|
||||||
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user