Skip to content

Commit

Permalink
turn off docker build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Jul 7, 2023
1 parent be325e7 commit 8a5cc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
name: Build Docker Image
if: github.event_name != 'pull_request'
if: ${{ false }}

steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit 8a5cc1e

Please sign in to comment.