-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I reverted c5c2712. Now, when a WorkflowRun is created, it starts automatically (like before). I also had to change some unit tests (although one is failing and I'm not sure why...has to do with interactive jobs, I think). The reason this bug happened in the first place (I think) is because the Rodan worker started trying to execute a RunJob associated with the WorkflowRun before it had been fully created. I'm not 100% sure about this, though. If we ever get back to having the pre-run state, the changes done in this commit and the previous one (2d4f48a) should be reverted.
- Loading branch information
Showing
3 changed files
with
36 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters