Skip to content

Commit 1382708

Browse files
committed
Sync actions with main
1 parent eb5f0b9 commit 1382708

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
tags:
88
- '**'
99
pull_request:
10-
branches-ignore:
11-
- 'language-reference-stable'
1210
schedule:
1311
- cron: '0 3 * * *' # Every day at 3 AM
1412
workflow_dispatch:
@@ -256,6 +254,7 @@ jobs:
256254
github.event_name == 'pull_request'
257255
&& !contains(github.event.pull_request.body, '[skip ci]')
258256
&& !contains(github.event.pull_request.body, '[skip community_build]')
257+
&& !contains(github.event.pull_request.body, '[skip community_build_a]')
259258
)
260259
|| (
261260
github.event_name == 'workflow_dispatch'
@@ -303,6 +302,7 @@ jobs:
303302
github.event_name == 'pull_request'
304303
&& !contains(github.event.pull_request.body, '[skip ci]')
305304
&& !contains(github.event.pull_request.body, '[skip community_build]')
305+
&& !contains(github.event.pull_request.body, '[skip community_build_b]')
306306
)
307307
|| (
308308
github.event_name == 'workflow_dispatch'
@@ -350,6 +350,7 @@ jobs:
350350
github.event_name == 'pull_request'
351351
&& !contains(github.event.pull_request.body, '[skip ci]')
352352
&& !contains(github.event.pull_request.body, '[skip community_build]')
353+
&& !contains(github.event.pull_request.body, '[skip community_build_c]')
353354
)
354355
|| (
355356
github.event_name == 'workflow_dispatch'

.github/workflows/language-reference.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
pr_label: area:documentation
8282
pr_title: Sync with the stable documentation branch
8383
pr_body: |
84-
This pull request is syncing the `main` with changes from `language-reference-stable`.
84+
This pull request is syncing the main with changes from language-reference-stable.
8585
8686
It was created automatically after ${{ github.event.head_commit.id }} by @${{ github.event.head_commit.author.username }}
8787
pr_assignee: ${{ github.event.head_commit.author.username }}

0 commit comments

Comments
 (0)