-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(ci): Separate jobs into individual files #203
Conversation
I will try reusable workflow: https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow |
@srid what is the "Actions permissions” in the settings? |
@shivaraj-bh You can use the Running
|
I can’t use matrix inside a reusable workflow, but apparently I can do https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-a-matrix-strategy-with-a-reusable-workflow, but that failed as well: https://github.com/juspay/omnix/actions/runs/10288994469/job/28475862141. The linked action runs d1608c6 |
Do we need I'd imagine you can put runs-on name (eg: |
Anyway, let's not worry too much about doing this (especially as #199 should simplify our workflow). At one point, I'm thinking we could just generate the singular workflow YAML from some saner DSL. |
No description provided.