We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aac37c commit db266b5Copy full SHA for db266b5
.github/workflows/CI.yml
@@ -353,13 +353,14 @@ jobs:
353
cache-to: type=inline
354
355
- name: Docker Readme for setup-cpp-${{matrix.container.distro }}-mingw
356
- if: ${{ github.event_name != 'pull_request' }}
+ if: ${{ github.event_name != 'pull_request' && matrix.container.distro != 'fedora' }}
357
uses: peter-evans/dockerhub-description@v4
358
with:
359
username: aminya
360
password: ${{ secrets.DOCKERHUB_TOKEN }}
361
repository: aminya/${{ matrix.container.image }}-mingw
362
readme-filepath: ./README_DOCKER.md
363
+
364
- name: Test Mingw
365
if: ${{ !contains(github.event.head_commit.message, '[skip test]') && !contains(matrix.container.distro, 'fedora') }}
366
uses: docker/build-push-action@v6
0 commit comments