@@ -2,22 +2,15 @@ name: Pull request
22
33permissions :
44 contents : read
5- issues : read
6- pull-requests : read
75
86on :
97 pull_request :
10- types : [opened, edited, reopened, labeled, unlabeled , synchronize]
8+ types : [opened, reopened, synchronize]
119
1210jobs :
13- github_actiion_pr_dependency_check :
14- name : GitHub Action Dependency Check
15- uses : ./.github/workflows/github_actions_dependencies.yml
16-
1711 tests_with_docker_embedded_swift :
1812 name : Test Embedded Swift SDKs
1913 uses : ./.github/workflows/swift_package_test.yml
20- if : ${{ github.event_name == 'opened' || github.event_name == 'reopened' || github.event_name == 'synchronize' }}
2114 with :
2215 # Wasm
2316 enable_linux_checks : false
3023 tests_with_docker :
3124 name : Test with Docker
3225 uses : ./.github/workflows/swift_package_test.yml
33- if : ${{ github.event_name == 'opened' || github.event_name == 'reopened' || github.event_name == 'synchronize' }}
3426 with :
3527 # Linux
3628 linux_os_versions : ' ["jammy", "rhel-ubi9", "amazonlinux2"]'
5446 tests_without_docker :
5547 name : Test without Docker
5648 uses : ./.github/workflows/swift_package_test.yml
57- if : ${{ github.event_name == 'opened' || github.event_name == 'reopened' || github.event_name == 'synchronize' }}
5849 with :
5950 # Skip Linux which doesn't currently support docker-less workflow
6051 enable_linux_checks : false
7667 tests_macos :
7768 name : Test
7869 uses : ./.github/workflows/swift_package_test.yml
79- if : ${{ github.event_name == 'opened' || github.event_name == 'reopened' || github.event_name == 'synchronize' }}
8070 with :
8171 enable_linux_checks : false
8272 enable_windows_checks : false
8979 build_tests_ios :
9080 name : Build iOS Tests
9181 uses : ./.github/workflows/swift_package_test.yml
92- if : ${{ github.event_name == 'opened' || github.event_name == 'reopened' || github.event_name == 'synchronize' }}
9382 with :
9483 enable_linux_checks : false
9584 enable_windows_checks : false
10291 soundness :
10392 name : Soundness
10493 uses : ./.github/workflows/soundness.yml
105- if : ${{ github.event_name == 'opened' || github.event_name == 'reopened' || github.event_name == 'synchronize' }}
10694 with :
10795 api_breakage_check_enabled : false
10896 license_header_check_project_name : " Swift.org"
0 commit comments