mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 04:30:01 +11:00
don't fail if the engine is not running
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
parent
6a288cfe4d
commit
b7d1e6beb9
1 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ runs:
|
|||
env:
|
||||
INPUT_MODULE: ${{ inputs.module }}
|
||||
|
||||
- run: docker stop -t 300 $(docker ps --filter name="dagger-engine-*" -q)
|
||||
# if the engine is not running, ingore the fail
|
||||
- run: docker stop -t 300 $(docker ps --filter name="dagger-engine-*" -q) || true
|
||||
shell: bash
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue