Skip to content

Commit fd041de

Browse files
committed
Try 'git pull' to prevent race conditions in the matrix build
1 parent ff55082 commit fd041de

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,8 @@ jobs:
5050
npx pageres ${{ matrix.folder }}/innersource-program-mind-map.html --overwrite --filename=${{ matrix.folder }}/innersource-program-mind-map
5151
- name: Reduce Screenshot Size (PNG)
5252
run: npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png
53-
54-
commit-screenshots:
55-
runs-on: ubuntu-latest
56-
needs:
57-
- generate-mindmap
58-
59-
steps:
53+
- name: Pull Remote Changes
54+
run: git pull
6055
- name: Commit Changes
6156
uses: stefanzweifel/git-auto-commit-action@v6
6257
with:

0 commit comments

Comments
 (0)