Skip to content

Commit 18dbe7d

Browse files
committed
Verify action works
1 parent c0b8ecc commit 18dbe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Debug OIDC Claims
44-
if: ${{ env.RUN_INTEGRATION_TESTS == 'true' && runner.os == 'Linux' }}
44+
# if: ${{ env.RUN_INTEGRATION_TESTS == 'true' && runner.os == 'Linux' }}
4545
uses: steve-todorov/oidc-debugger-action@v1
4646
with:
4747
audience: sts.amazonaws.com

0 commit comments

Comments
 (0)