There was an error while loading. Please reload this page.
1 parent 3759363 commit 0377143Copy full SHA for 0377143
1 file changed
.github/workflows/ci.yml
@@ -102,12 +102,12 @@ jobs:
102
uses: ./.github/workflows/builds.yml
103
secrets: inherit
104
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
+ # docker-images:
+ # name: Docker Images
+ # needs: changes
+ # if: ${{ needs.changes.outputs.docker == 'true' || github.event_name == 'workflow_dispatch' }}
+ # uses: ./.github/workflows/docker-images.yml
+ # secrets: inherit
111
112
tests:
113
name: Tests
0 commit comments