Skip to content

Commit f503eea

Browse files
committed
Remove conditional for now.
1 parent 29ddde6 commit f503eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-compare-build-script-results-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# Uploads the associated text files as an artifact.
8989
- name: Upload comparison results as an artifact
9090
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
91-
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
91+
#if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
9292
with:
9393
name: build-script-comparison
9494
path: artifacts/

0 commit comments

Comments
 (0)