Skip to content

Commit c7be098

Browse files
committed
removing temporary trigger from workflow file
1 parent fca69a7 commit c7be098

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/desktop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Desktop Builds
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6-
push:
76

87
env:
98
CCACHE_DIR: ${{ github.workspace }}/ccache_dir
@@ -91,7 +90,7 @@ jobs:
9190
- name: Build SDK
9291
shell: bash
9392
run: |
94-
python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}" --use_openssl
93+
python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}"
9594
9695
- name: Stats for ccache (mac and linux)
9796
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)