Skip to content

Commit e88f1e3

Browse files
authored
fix: Update master-only benchmark bucket name due to credential update (#4183)
Signed-off-by: Jeremy Ary <jary@redhat.com>
1 parent 77f719d commit e88f1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
143143
run: pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5
144144
- name: Upload Benchmark Artifact to S3
145-
run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmarks
145+
run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmark
146146

147147
build-all-docker-images:
148148
if: github.repository == 'feast-dev/feast'

0 commit comments

Comments
 (0)