Skip to content

Commit

Permalink
Remove docker build dependency on tests
Browse files Browse the repository at this point in the history
Tests run really slow on this fork, and guaranteed deploy quality isn't as critical because the repo is for internal use.
  • Loading branch information
mmore500 authored Feb 13, 2024
1 parent a8ba99a commit 2e19920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
docker-build:
name: Docker Image Build
runs-on: ubuntu-22.04
needs: tests
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2e19920

Please sign in to comment.