Skip to content

Commit

Permalink
add ci skip[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SolenoidWGT committed Mar 15, 2023
1 parent dcd80f9 commit 7d54f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, '*deploy*', '*docker*']
pull_request:
branches: ['*docker*']
branches: [main, '*docker*']
jobs:
docker_base:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
docker_rpc:
runs-on: ubuntu-latest
needs: docker_base
# if: "contains(github.event.head_commit.message, 'dmc2gym docker')"
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
platform: [linux/amd64]
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
run: |
docker buildx build -f ./docker/Dockerfile.env . -t opendilab/ding:nightly-evogym --target=evogym
docker push opendilab/ding:nightly-evogym
docker_d4rl:
runs-on: ubuntu-latest
needs: docker_mujoco
Expand Down

0 comments on commit 7d54f6c

Please sign in to comment.