Skip to content

Commit db266b5

Browse files
committed
ci: skip readme update for fedora mingw
1 parent 3aac37c commit db266b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,14 @@ jobs:
353353
cache-to: type=inline
354354

355355
- name: Docker Readme for setup-cpp-${{matrix.container.distro }}-mingw
356-
if: ${{ github.event_name != 'pull_request' }}
356+
if: ${{ github.event_name != 'pull_request' && matrix.container.distro != 'fedora' }}
357357
uses: peter-evans/dockerhub-description@v4
358358
with:
359359
username: aminya
360360
password: ${{ secrets.DOCKERHUB_TOKEN }}
361361
repository: aminya/${{ matrix.container.image }}-mingw
362362
readme-filepath: ./README_DOCKER.md
363+
363364
- name: Test Mingw
364365
if: ${{ !contains(github.event.head_commit.message, '[skip test]') && !contains(matrix.container.distro, 'fedora') }}
365366
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)