Skip to content

Commit 286e18f

Browse files
committed
chore: further fine-tuned the workflows and when they are supposed to run
1 parent 1e52207 commit 286e18f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-and-test-skip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Build & Test
1717
#
1818
# 2. The `install` job's matrix and name must produce the SAME check
1919
# names as build-and-test.yml: "install (20.x)", "install (22.x)",
20-
# "install (24.x)", "install (25.x)".
20+
# "install (24.x)", "install (25.x)", "install (26.x)".
2121
#
2222
# 3. The `paths` list below must be the INVERSE of the `paths-ignore`
2323
# list in build-and-test.yml. If you exclude a path there, include it
@@ -51,6 +51,7 @@ on:
5151
- '.github/workflows/scorecard.yml'
5252
- '.github/workflows/sign-release.yml'
5353
- '.github/workflows/slsa-provenance.yml'
54+
- '.github/workflows/legacy-browsers.yml'
5455

5556
permissions:
5657
contents: read

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ on:
3333
- '.github/workflows/scorecard.yml'
3434
- '.github/workflows/sign-release.yml'
3535
- '.github/workflows/slsa-provenance.yml'
36+
- '.github/workflows/legacy-browsers.yml'
3637
pull_request:
3738
paths-ignore:
3839
- '**/*.md'
@@ -56,6 +57,7 @@ on:
5657
- '.github/workflows/scorecard.yml'
5758
- '.github/workflows/sign-release.yml'
5859
- '.github/workflows/slsa-provenance.yml'
60+
- '.github/workflows/legacy-browsers.yml'
5961

6062
permissions:
6163
contents: read

0 commit comments

Comments
 (0)