@@ -10,27 +10,21 @@ See below for a summary of this repo's Actions
1010
1111- Triggers
1212 - Updates to PRs.
13+ - PRs in the merge queue.
1314- Actions
1415 - Builds all the packages.
1516 - Runs formatting, linting and type checks.
1617 - Runs fixture tests, Wrangler unit tests, C3 unit tests, Miniflare unit tests, and ESLint + Prettier checks.
1718 - Adds the PR to a GitHub project
19+ - Makes sure that Wrangler's warning for old Node.js versions works.
1820
1921### E2E tests (e2e.yml)
2022
2123- Triggers
22- - Commits merged to the ` changeset-release/main ` branch (i.e. on "Version Packages" PRs).
23- - Updates to PRs, on the Cloudflare fork, with the ` e2e ` label applied.
24- - Actions
25- - Runs the E2E tests for Wrangler.
26- - ** If you're making a change that feels particularly risky, make sure you add the ` e2e ` label to get early warning of E2E test failures.**
27-
28- ## Test old Node.js version (test-old-node-error.yml)
29-
30- - Triggers
31- - Commits merged to the ` changeset-release/main ` branch.
24+ - Updates to PRs on the Cloudflare fork.
25+ - PRs in the merge queue.
3226- Actions
33- - Makes sure that Wrangler's warning for old Node.js versions works .
27+ - Runs the E2E tests for Wrangler & Vite .
3428
3529## Deploy Pages Previews (deploy-pages-preview.yml)
3630
@@ -47,7 +41,7 @@ See below for a summary of this repo's Actions
4741- Actions
4842 - Runs integrations tests to ensure the behaviour of the Worker powering the Workers Playground.
4943
50- ## Create Pull Request Prerelease (create-pullrequest- prerelease.yml)
44+ ## Create Pull Request Prerelease (prerelease.yml)
5145
5246- Triggers
5347 - Updates to PRs.
@@ -92,35 +86,11 @@ See below for a summary of this repo's Actions
9286 - Public packages are deployed to npm
9387 - Private packages will run their ` deploy ` script, if they have one.
9488
95- ## Product-specific branch actions
96-
97- ### D1 (d1.yml)
98-
99- - Triggers
100- - Commits merged to the ` d1 ` branch, on the Cloudflare fork.
101- - Actions
102- - Publishes the ` wrangler ` package to npm under the ` d1 ` dist-tag.
103-
10489## C3 related actions
10590
10691### C3 E2E Tests (c3-e2e.yml)
10792
10893- Triggers
109- - Commits merged to the ` changeset-release/main ` branch (i.e. on "Version Packages" PRs).
110- - Updates to PRs, on the Cloudflare fork, with the ` c3-e2e ` label applied.
94+ - Updates to PRs.
11195- Actions
11296 - Runs the E2E tests for C3.
113-
114- ### C3 E2E (Quarantine) (c3-e2e-quarantine.yml) ⚠️
115-
116- - Triggers
117- - 3AM every day
118- - Actions
119- - Runs the _ quarantined_ E2E tests for C3. It is expected to sometimes fail.
120-
121- ### C3 E2E Tests (Dependabot) (c3-e2e-dependabot.yml)
122-
123- - Triggers
124- - Updates to PRs, by the dependabot user, which touch c3-frameworks-update changesets.
125- - Actions
126- - Runs the all the C3 E2E (including quarantined) tests for the framework that was updated.
0 commit comments