Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a04207

Browse files
webknjazhugovk
andcommitted
Replace emojis in workflow and job names with text
This change reverts using a 📝 emoji as a UI-facing component withinGitHub Actions CI/CD and related web pages. It has been requestedin the following code review thread:#97533 (comment)Co-Authored-By: Adam Turner <9087854+AA-Turner@users.noreply.github.com>Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent18fd975 commit0a04207

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ jobs:
9292
run:|
9393
echo "run-docs=true" >> "${GITHUB_OUTPUT}"
9494
95+
check-docs:
96+
name:Docs
97+
needs:check_source
98+
if:fromJSON(needs.check_source.outputs.run-docs)
99+
uses:./.github/workflows/reusable-docs.yml
100+
95101
check_generated_files:
96102
name:'Check if generated files are up to date'
97103
runs-on:ubuntu-latest

‎.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name:📝
1+
name:Docs
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp