mod(action): release action
This commit is contained in:
@@ -11,7 +11,6 @@ jobs:
|
||||
name: Release go project
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -28,8 +27,3 @@ jobs:
|
||||
with:
|
||||
name: serve
|
||||
path: ./bin/serve
|
||||
on-failure:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||
steps:
|
||||
- run: echo 'Cannot release with failing tests'
|
||||
|
||||
Reference in New Issue
Block a user