Skip to content

Commit 417d6f5

Browse files
committed
[ci] Cleanup
- Made each workflow's name consistent - Rename each workflow file with consistent naming scheme - Promote flow-ci-ghaction to flow-ci ghstack-source-id: 490b643 Pull Request resolved: #30037
1 parent 47fc419 commit 417d6f5

14 files changed

+26
-61
lines changed

.github/workflows/compiler-playground.yml renamed to .github/workflows/compiler_playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compiler Playground
1+
name: (Compiler) Playground
22

33
on:
44
push:

.github/workflows/compiler-rust.yml renamed to .github/workflows/compiler_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: React Compiler (Rust)
1+
name: (Compiler) Rust
22

33
on:
44
push:

.github/workflows/compiler-typescript.yml renamed to .github/workflows/compiler_typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: React Compiler (TypeScript)
1+
name: (Compiler) TypeScript
22

33
on:
44
push:

.github/workflows/devtools_check_repro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: DevTools Check for bug repro
1+
name: (DevTools) Check for bug repro
22
on:
33
issues:
44
types: [opened, edited]

.github/workflows/commit_artifacts.yml renamed to .github/workflows/runtime_commit_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Commit Artifacts for Meta WWW and fbsource
1+
name: (Runtime) Commit Artifacts for Meta WWW and fbsource
22

33
on:
44
push:

.github/workflows/fizz.yml renamed to .github/workflows/runtime_fizz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Fizz
1+
name: (Runtime) Fizz
22

33
on:
44
push:

.github/workflows/flags.yml renamed to .github/workflows/runtime_flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Flags
1+
name: (Runtime) Flags
22

33
on:
44
push:

.github/workflows/flow.yml renamed to .github/workflows/runtime_flow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Flow
1+
name: (Runtime) Flow
22

33
on:
44
push:
@@ -44,4 +44,4 @@ jobs:
4444
path: "**/node_modules"
4545
key: ${{ runner.arch }}-${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
4646
- run: yarn install --frozen-lockfile
47-
- run: node ./scripts/tasks/flow-ci-ghaction ${{ matrix.flow_inline_config_shortname }}
47+
- run: node ./scripts/tasks/flow-ci ${{ matrix.flow_inline_config_shortname }}

.github/workflows/fuzz_tests.yml renamed to .github/workflows/runtime_fuzz_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: facebook/react/fuzz_tests
1+
name: (Runtime) Fuzz tests
22
on:
33
schedule:
44
- cron: 0 * * * *

.github/workflows/runtime_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: React Runtime (Test)
1+
name: (Runtime) Test
22

33
on:
44
push:

0 commit comments

Comments
 (0)