Require tests pass before publishing new version
All checks were successful
Run Tests / run-tests (push) Successful in 38s
All checks were successful
Run Tests / run-tests (push) Successful in 38s
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
name: Build & Release
|
name: Build & Release
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
tags:
|
workflows: [ "Run Tests" ]
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
branches: [ '[0-9]+.[0-9]+.[0-9]+' ]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ENDPOINT: services-3
|
ENDPOINT: services-3
|
||||||
@@ -15,6 +17,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-docker-image:
|
build-docker-image:
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
runs-on: node20
|
runs-on: node20
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-24.04
|
image: catthehacker/ubuntu:act-24.04
|
||||||
|
|||||||
Reference in New Issue
Block a user