potiuk commented on PR #38601:
URL: https://github.com/apache/airflow/pull/38601#issuecomment-2028780900

   I think I figured it .... 🤯 🤯 🤯 🤯 🤯 🤯 🤯 🤯 🤯 
   
   ```
       # NOTE!!!!! This has to be put in one line for runs-on to recognize the 
"fromJSON" properly !!!!
       # adding space before (with >) apparently turns the `runs-on` processed 
line into a string "Array"
       # instead of an array of strings.
       # yamllint disable-line rule:line-length
       runs-on: ${{ (inputs.platform == 'linux/amd64') && 
fromJSON(inputs.runs-on-as-json-public) || 
fromJSON(inputs.runs-on-as-json-self-hosted) }}
   ```


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to