Skip to content

Commit e8c1040

Browse files
authored
Update ci.yml
1 parent 6b3f975 commit e8c1040

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ jobs:
114114
uses: actions/checkout@v4
115115

116116
- name: Configure AWS Credentials for H2O Shared Service Prod
117-
if: steps.set-status.outputs.result == 'success'
118117
uses: aws-actions/configure-aws-credentials@v4
119118
with:
120119
audience: "sts.amazonaws.com"
@@ -123,13 +122,11 @@ jobs:
123122
role-to-assume: "arn:aws:iam::851725263148:role/GitHub-OIDC-Role"
124123

125124
- name: Download smalldata from S3
126-
if: steps.set-status.outputs.result == 'success'
127125
run: |
128126
mkdir -p smalldata
129127
aws s3 sync s3://h2o-public-test-data/smalldata/ ./smalldata/
130128
131129
- name: Sync required test data
132-
if: steps.set-status.outputs.result == 'success'
133130
run: ./gradlew syncSmalldata --no-daemon --info
134131

135132
- name: Recreate symlink for h2o-py-cloud-extensions

0 commit comments

Comments
 (0)