pankajkoti commented on code in PR #38601:
URL: https://github.com/apache/airflow/pull/38601#discussion_r1545612839


##########
.github/workflows/push-image-cache.yml:
##########
@@ -134,7 +133,7 @@ jobs:
 
   push-prod-image-cache:
     name: "Push PROD ${{ inputs.cache-type }}:${{ matrix.python }} image cache"
-    runs-on: ${{ fromJSON(inputs.runs-on) }}
+    runs-on: ${{ fromJSON(inputs.runs-on-as-string) }}

Review Comment:
   ```suggestion
       runs-on: ${{ fromJSON(inputs.public-runs-on-as-string) }}
   ```
   Based on the previous 
[comment](https://github.com/apache/airflow/pull/38601#discussion_r1545612621) 
if we decide to accept the previous comment.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to