Skip to content

Commit 78423d5

Browse files
committed
Is it this simple?
1 parent e7933c2 commit 78423d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/pr_build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
8080
working-directory: examples/powertools-examples-core/kotlin
8181
run: ./gradlew build
82-
- name: Setup AWS credentials
83-
if: ${{ matrix.java == '11' }}
84-
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
85-
with:
86-
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
87-
aws-region: ${{ env.AWS_REGION }}
82+
# - name: Setup AWS credentials
83+
# if: ${{ matrix.java == '11' }}
84+
# uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
85+
# with:
86+
# role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
87+
# aws-region: ${{ env.AWS_REGION }}
8888
- name: Upload coverage to Codecov
8989
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
9090
if: ${{ matrix.java == '11' }} # publish results once

0 commit comments

Comments
 (0)