Skip to content

Commit 0377143

Browse files
Try a docker-free run
1 parent 3759363 commit 0377143

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
uses: ./.github/workflows/builds.yml
103103
secrets: inherit
104104

105-
docker-images:
106-
name: Docker Images
107-
needs: changes
108-
if: ${{ needs.changes.outputs.docker == 'true' || github.event_name == 'workflow_dispatch' }}
109-
uses: ./.github/workflows/docker-images.yml
110-
secrets: inherit
105+
# docker-images:
106+
# name: Docker Images
107+
# needs: changes
108+
# if: ${{ needs.changes.outputs.docker == 'true' || github.event_name == 'workflow_dispatch' }}
109+
# uses: ./.github/workflows/docker-images.yml
110+
# secrets: inherit
111111

112112
tests:
113113
name: Tests

0 commit comments

Comments
 (0)