Commit c8cb92f
authored
chore(ci): do not cancel in progress tasks on the main branch (#513)
concurrency settings for the tests workflow currently stop tests if a new commit is merged. This is fine and works as intended but can look a bit weird in main since we usually have a bump commit right after, meaning most commits would end up having cancelled steps and look like CI is in red. This makes it so the rule doesn't apply on main and we run those tests for every commit.1 parent 826cdea commit c8cb92f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments