Commit 18d968d
committed
fix: Enable sessions-e2e workflow trigger
The workflow trigger was commented out, making the workflow invalid.
GitHub Actions requires at least one trigger event to be configured.
Uncomment the 'on:' section to enable the workflow to run on:
- Pull requests to main and release branches
- Changes in src/vs/sessions/** or scripts/code-sessions-web.* paths
This fixes the workflow parse error that was preventing the PR from running tests.1 parent bb28bfe commit 18d968d
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments