Skip to content

Commit 87ab200

Browse files
reduce condition
1 parent 371a0e3 commit 87ab200

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
needs: [create_release_artifacts]
7979
if: |
80-
always() && !failure() && !cancelled() &&
81-
(
82-
github.event_name == 'push' ||
83-
(
84-
github.event_name == 'pull_request' &&
85-
github.event.pull_request.head.repo.full_name == github.repository
86-
)
87-
)
80+
always() && !failure() && !cancelled()
8881
permissions:
8982
contents: write
9083
actions: read

0 commit comments

Comments
 (0)