dockerfile restart image

This commit is contained in:
Ruben Fiszel
2024-04-03 19:25:07 +02:00
parent a55d6b0e25
commit 651e65d4cf

View File

@@ -8,6 +8,10 @@ on:
push:
branches: [main]
tags: ["*"]
pull_request:
types: [opened, synchronize, reopened]
paths:
- "Dockerfile"
concurrency:
group: ${{ github.ref }}
@@ -434,7 +438,6 @@ jobs:
# ignore-unchanged: true
# only-fixed: true
build_ee_cuda:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: [build_ee]