Update .gitea/workflows/release.yml
This commit is contained in:
parent
7b48dfd429
commit
01f87d2815
@ -5,13 +5,13 @@ on:
|
||||
- cron: "0 9 * * 0"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
uses: https://git.tainton.uk/repos/pypilot/.gitea/workflows/ci.yml@main
|
||||
# test:
|
||||
# name: Test
|
||||
# uses: https://git.tainton.uk/repos/pypilot/.gitea/workflows/ci.yml@main
|
||||
|
||||
create_release:
|
||||
name: Create Release
|
||||
needs: test
|
||||
# needs: test
|
||||
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
|
||||
secrets:
|
||||
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user