Skip to content

Commit

Permalink
Deploy docs only on passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Apr 3, 2024
1 parent d791a4b commit 07e6a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
deploy:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
Expand Down

0 comments on commit 07e6a54

Please sign in to comment.