This is an automated email from the ASF dual-hosted git repository. amoghdesai pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new 2d44d94ab0f Fixing indent while setting finalize tests action (#50289) 2d44d94ab0f is described below commit 2d44d94ab0fbcb167f3ff39fdbdab20931e92ecf Author: Amogh Desai <amoghrajesh1...@gmail.com> AuthorDate: Wed May 7 10:31:31 2025 +0530 Fixing indent while setting finalize tests action (#50289) --- .github/workflows/finalize-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/finalize-tests.yml b/.github/workflows/finalize-tests.yml index 082744fd6fa..814b65906bb 100644 --- a/.github/workflows/finalize-tests.yml +++ b/.github/workflows/finalize-tests.yml @@ -143,7 +143,7 @@ jobs: packages: write with: runners: ${{ inputs.runners }} - platform: ${ { inputs.platform }} + platform: ${{ inputs.platform }} cache-type: "Regular AMD" include-prod-images: "true" push-latest-images: "true"