Skip to content

Commit 009b2c2

Browse files
committed
Remove repo specific restriction.
1 parent ea6b127 commit 009b2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-compare-built-files-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
# Uploads the associated text files as an artifact.
105105
- name: Upload comparison results as an artifact
106106
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
107-
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
107+
if: ${{ github.event_name == 'pull_request' }}
108108
with:
109109
name: build-server-comparison
110110
path: artifacts/

0 commit comments

Comments
 (0)