Skip to content

Commit 7a76f3a

Browse files
committed
Update compile-examples-private.yml
1 parent 8b42556 commit 7a76f3a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/compile-examples-private.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@ jobs:
6767

6868
report-size-deltas:
6969
needs: build
70-
if: >
71-
always() && # Run even if some compilations failed.
72-
github.event_name == 'pull_request' &&
73-
github.event.pull_request.head.repo.full_name == github.repository # Only run when there are write permissions.
70+
# Run even if some compilations failed. Only run when there are write permissions.
71+
if: always() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
7472
runs-on: ubuntu-latest
7573

7674
steps:

0 commit comments

Comments
 (0)