Skip to content

Commit 06969ee

Browse files
committed
ci(sizes): Remove if as its manual trigger
1 parent ed6b9ee commit 06969ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/publishsizes-2.x.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
sizes-test-results:
1414
name: Sizes Comparsion Results
1515
runs-on: ubuntu-latest
16-
if: |
17-
github.event.workflow_run.event == 'pull_request' &&
18-
github.event.workflow_run.conclusion == 'success'
19-
2016
steps:
2117
- name: Checkout code
2218
uses: actions/checkout@v4 # This step checks out the repository's code at gh-pages branch

0 commit comments

Comments
 (0)