We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6b127 commit 009b2c2Copy full SHA for 009b2c2
1 file changed
.github/workflows/reusable-compare-built-files-v1.yml
@@ -104,7 +104,7 @@ jobs:
104
# Uploads the associated text files as an artifact.
105
- name: Upload comparison results as an artifact
106
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
107
- if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' }}
108
with:
109
name: build-server-comparison
110
path: artifacts/
0 commit comments