Run same github action job on two different runners? #26613
Answered
by
grantseltzer
grantseltzer
asked this question in
Actions
-
I’d like to run the same job in multiple environments. I have two different self hosted runners, each are linux but both have custom configured kernels. I’d like to run the same set of steps on each one in order to verify that my job will run correctly on each kernel. Is this possible? For example:
|
Beta Was this translation helpful? Give feedback.
Answered by
grantseltzer
Apr 6, 2021
Replies: 1 comment
-
I appologize, I made this prematurely. I discovered the solution is to do this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I appologize, I made this prematurely. I discovered the solution is to do this: