Skip to content

Commit c8124ee

Browse files
committed
CI: Allow caching non-master aarch64 branch
1 parent 5a9fae8 commit c8124ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
with:
402402
stop-at-module: ${{ steps.setup.outputs.stop_at_module }}
403403
manifest-path: CI/flatpak/com.obsproject.Studio.json
404-
cache: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
404+
cache: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') || matrix.arch != 'x86_64' }}
405405
restore-cache: false
406406
cache-key: ${{ steps.setup.outputs.cache_key }}
407407
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)