Skip to content

Commit 48b1ee3

Browse files
Update build.yml
1 parent f7158de commit 48b1ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
build-linux:
5656
runs-on: ubuntu-22.04
57-
57+
if: ${{ github.event_name != 'pull_request' }}
5858
needs: [build-windows]
5959

6060
permissions:
@@ -93,8 +93,8 @@ jobs:
9393

9494
package:
9595
runs-on: ubuntu-22.04
96-
9796
needs: [build-windows, build-linux]
97+
if: ${{ github.event_name != 'pull_request' }}
9898

9999
permissions:
100100
contents: write

0 commit comments

Comments
 (0)