File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -188,16 +188,17 @@ jobs:
188188
189189 - name : Archive failed test journals
190190 uses : actions/upload-artifact@v4
191- if : failure()
191+ if : failure() && (github.repository == 'systemd/systemd' || github.repository == 'systemd/systemd-stable')
192192 with :
193193 name : ci-mkosi-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.distro }}-${{ matrix.release }}-failed-test-journals
194194 path : |
195195 build/test/journal/*.journal
196196 build/meson-logs/*
197+ retention-days : 7
197198
198199 - name : Archive packages
199200 uses : actions/upload-artifact@v4
200- if : success() || failure()
201+ if : ( success() || failure()) && (github.repository == 'systemd/systemd' || github.repository == 'systemd/systemd-stable' )
201202 with :
202203 name : ci-mkosi-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.distro }}-${{ matrix.release }}-packages
203204 path : |
You can’t perform that action at this time.
0 commit comments