Skip to content

Commit ff55082

Browse files
committed
Break out the commit into a new job, that should run after the matrix build
1 parent 68509a7 commit ff55082

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,17 @@ jobs:
4646
run: |
4747
# Disable AppArmor for unprivileged user namespaces
4848
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
49-
5049
# Take the screenshot
5150
npx pageres ${{ matrix.folder }}/innersource-program-mind-map.html --overwrite --filename=${{ matrix.folder }}/innersource-program-mind-map
5251
- name: Reduce Screenshot Size (PNG)
5352
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:
5460
- name: Commit Changes
5561
uses: stefanzweifel/git-auto-commit-action@v6
5662
with:

0 commit comments

Comments
 (0)