mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-09-09 17:26:15 +00:00
chore: each workflow should have a different name
This commit is contained in:
parent
9223b9c0d5
commit
46ff2ea1be
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
on: [ pull_request, push ]
|
||||
jobs:
|
||||
integration:
|
||||
tests:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -9,4 +9,4 @@ jobs:
|
|||
run: |
|
||||
testdata/forgejo-release-test.sh test_system_tea_bin
|
||||
testdata/forgejo-release-test.sh test_download_tea_bin
|
||||
testdata/forgejo-release-test.sh test_maybe_sign_release
|
||||
testdata/forgejo-release-test.sh test_maybe_sign_release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue