Skip to content

Commit 152b9ed

Browse files
authored
chore: Test all PRs regardless of base branch (#462)
1 parent 63e7b29 commit 152b9ed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
87
workflow_dispatch:
98

109
env:
@@ -42,4 +41,4 @@ jobs:
4241
run: |
4342
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
4443
chmod a+x builder
45-
AWS_CRT_SWIFT_CI_DIR="${{ env.AWS_CRT_SWIFT_CI_DIR }}" AWS_SDK_SWIFT_CI_DIR="${{ env.AWS_SDK_SWIFT_CI_DIR }}" SMITHY_SWIFT_CI_DIR="${{ env.SMITHY_SWIFT_CI_DIR }}" ./builder build -p ${{ env.PACKAGE_NAME }} --spec downstream
44+
AWS_CRT_SWIFT_CI_DIR="${{ env.AWS_CRT_SWIFT_CI_DIR }}" AWS_SDK_SWIFT_CI_DIR="${{ env.AWS_SDK_SWIFT_CI_DIR }}" SMITHY_SWIFT_CI_DIR="${{ env.SMITHY_SWIFT_CI_DIR }}" ./builder build -p ${{ env.PACKAGE_NAME }} --spec downstream

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
87
workflow_dispatch:
98

109
env:
@@ -27,4 +26,4 @@ jobs:
2726
- name: Swift Lint ClientRuntime
2827
uses: norio-nomura/[email protected]
2928
with:
30-
args: --path ./Packages --config ./Packages/.swiftlint.yml
29+
args: --path ./Packages --config ./Packages/.swiftlint.yml

0 commit comments

Comments
 (0)