Conversation
|
👋 It seems that this PR is adding, or editing, a GitHub Action workflow that is not configured to use our custom GitHub Action runners. For private repositories, the only supported way of running Action workflows is via the custom runners. You can learn more about the supported use cases in our GitHub Actions documentation. To make sure that your workflow is using these runners you need to add the runs-on: shopify-ubuntu-latestIf your repository is intended to become Public later, please use If you run into any issues with the custom runners, please reach out in #help-eng-infrastructure. This comment was added by the |
|
👋 It seems that this PR is adding a GitHub Action workflow that looks a lot like a CI step. CI should generally be handled with Shopify Build pipelines, and GitHub Actions should be used for GitHub automation and package publishing. If this workflow change is not introducing a CI step, then feel free to ignore this comment. For more details and explanation, click to expand...GitHub Actions are generally intended for GitHub, Project or Repository-related automation, or for public package and library publishing. You can learn more about the supported use cases in our GitHub Actions documentation. If your Action is a CI step, please migrate to shopify-build instead. If you have any questions about how to setup a Note that this message is based on a simple regex detection, and may not always be accurate. If your action is not a CI step, and is already running on If your repository is intended to become Public later, please use This comment was added by the |
No description provided.