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