Skip to content

Commit

Permalink
rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Feb 18, 2024
1 parent 9a763c0 commit 64e21d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-workflows.main.w
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ new stale.StaleWorkflow(workflowdir);
new mergify.MergifyWorkflow(libs.copy());
new prlint.PullRequestLintWorkflow(workflowdir);

let skipTesting = [
let skipCanaryTests = [
"containers" // https://github.com/winglang/wing/issues/5716
];

new canary.CanaryWorkflow(workflowdir, libs.copy(), skipTesting);
new canary.CanaryWorkflow(workflowdir, libs.copy(), skipCanaryTests);

0 comments on commit 64e21d2

Please sign in to comment.