Skip to content

Commit

Permalink
test if consition different than local test
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwei Wang <jweiw@amazon.com>
  • Loading branch information
sky1122 committed Jan 29, 2025
1 parent bcb1dde commit 856d313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ jobs:
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
if: |
steps.linux2.outputs.is_al2 == 'false'
&& needs.test.outputs.has_creds == 'true'
&& github.event_name == 'pull_request'
&& github.event.action == 'closed'
&& github.event.pull_request.merged == true
with:
role-to-assume: ${{ secrets.ROLE }}
role-session-name: credhelper-test
Expand Down

0 comments on commit 856d313

Please sign in to comment.