Closed balancap closed 1 year ago
It seems there is no straight forward option to parameterized the runners in Github actions. e.g. see: https://stackoverflow.com/questions/72633058/parameterize-runs-on-value-for-github-action
Hence, the easiest way to get the CI compatible with the public repository is to maintain a public CI YAML configuration, and use a condition to control job execution.
It seems there is no straight forward option to parameterized the runners in Github actions. e.g. see: https://stackoverflow.com/questions/72633058/parameterize-runs-on-value-for-github-action
Hence, the easiest way to get the CI compatible with the public repository is to maintain a public CI YAML configuration, and use a condition to control job execution.