Skip to content

Commit 7d54f6c

Browse files
committed
add ci skip[skip ci]
1 parent dcd80f9 commit 7d54f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main, '*deploy*', '*docker*']
66
pull_request:
7-
branches: ['*docker*']
7+
branches: [main, '*docker*']
88
jobs:
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

0 commit comments

Comments
 (0)