diff --git a/.github/workflows/master_only.yml b/.github/workflows/master_only.yml index 295e7b17e23..1d6850e4d8e 100644 --- a/.github/workflows/master_only.yml +++ b/.github/workflows/master_only.yml @@ -142,7 +142,7 @@ jobs: SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }} run: pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5 - name: Upload Benchmark Artifact to S3 - run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmarks + run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmark build-all-docker-images: if: github.repository == 'feast-dev/feast'