We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ddde6 commit f503eeaCopy full SHA for f503eea
1 file changed
.github/workflows/reusable-compare-build-script-results-v1.yml
@@ -88,7 +88,7 @@ jobs:
88
# Uploads the associated text files as an artifact.
89
- name: Upload comparison results as an artifact
90
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
91
- if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
+ #if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
92
with:
93
name: build-script-comparison
94
path: artifacts/
0 commit comments