File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
@@ -143,7 +143,7 @@ jobs:
143143 needs :
144144 - changes
145145 - builds
146- - docker-images
146+ # - docker-images
147147 - tests
148148 - license-check
149149 - cpp-checks
You can’t perform that action at this time.
0 commit comments