File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [main, '*deploy*', '*docker*']
66 pull_request :
7- branches : ['*docker*']
7+ branches : [main, '*docker*']
88jobs :
99 docker_base :
1010 runs-on : ubuntu-latest
@@ -391,7 +391,7 @@ jobs:
391391 docker_rpc :
392392 runs-on : ubuntu-latest
393393 needs : docker_base
394- # if: "contains(github.event.head_commit.message, 'dmc2gym docker ')"
394+ if : " ! contains(github.event.head_commit.message, 'ci skip ')"
395395 strategy :
396396 matrix :
397397 platform : [linux/amd64]
@@ -433,7 +433,7 @@ jobs:
433433 run : |
434434 docker buildx build -f ./docker/Dockerfile.env . -t opendilab/ding:nightly-evogym --target=evogym
435435 docker push opendilab/ding:nightly-evogym
436-
436+
437437 docker_d4rl :
438438 runs-on : ubuntu-latest
439439 needs : docker_mujoco
You can’t perform that action at this time.
0 commit comments