Add CI tests for next branch (#18224)

This commit is contained in:
Klaus Post
2023-10-12 06:15:10 -07:00
committed by GitHub
parent 5b9656374c
commit 763ff085a6
13 changed files with 14 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
permissions: permissions:
contents: read contents: read
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.
+2
View File
@@ -3,9 +3,11 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
push: push:
branches: branches:
- master - master
- next
permissions: permissions:
contents: read # to fetch code (actions/checkout) contents: read # to fetch code (actions/checkout)