mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-06-09 03:52:24 +02:00
commented tests
This commit is contained in:
parent
578a9790af
commit
ef31b88f8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-go-packages.yml
vendored
2
.github/workflows/build-go-packages.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
||||||
publish_release:
|
publish_release:
|
||||||
name: Publish release
|
name: Publish release
|
||||||
if: github.event.inputs.PUBLISH_RELEASES == 'true'
|
if: github.event.inputs.PUBLISH_RELEASES == 'true'
|
||||||
needs: test_go
|
# needs: test_go
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue