Skip to content

Commit 9d77a8e

Browse files
committed
ci: gate commerce app restores
1 parent 57911e9 commit 9d77a8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-commerce-schematic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
$EXTRA_FLAGS
188188
189189
- name: Cache base app
190-
if: steps.cache-base-app.outputs.cache-hit != 'true'
190+
if: steps.cache-base-app.outputs.cache-hit != 'true' && github.event_name != 'pull_request' && github.event_name != 'pull_request_target'
191191
uses: actions/cache/save@v4
192192
with:
193193
path: ${{ steps.test-dir.outputs.path }}

0 commit comments

Comments
 (0)