mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
fix: 💚 Remove interruption of Docker image publishing CI in main (#100)
This commit is contained in:
parent
a205b22532
commit
3533359db0
1 changed files with 0 additions and 4 deletions
4
.github/workflows/DOCKER-PROD.yml
vendored
4
.github/workflows/DOCKER-PROD.yml
vendored
|
|
@ -20,10 +20,6 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: docker-build-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-test-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue