Skip to content

Commit 9e9cf4c

Browse files
committed
Update all naming
1 parent 194c59a commit 9e9cf4c

6 files changed

Lines changed: 7 additions & 10 deletions

File tree

.github/workflows/test-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test - Components
1+
name: test-components
22

33
on:
44
pull_request:

.github/workflows/test-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test - Lib
1+
name: test-lib
22

33
on:
44
pull_request:

.github/workflows/test-performance.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
name: Test - Performance
1+
name: test-performance
22

33
on:
44
pull_request:
5-
push:
6-
branches:
7-
- main
85
merge_group:
96
branches:
107
- main
@@ -16,7 +13,7 @@ permissions:
1613
pull-requests: write
1714

1815
concurrency:
19-
group: test-${{ github.head_ref || github.run_id }}
16+
group: test-performance-${{ github.head_ref || github.run_id }}
2017
cancel-in-progress: true
2118

2219
env:

.github/workflows/test-selectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test - Selectors
1+
name: test-selectors
22

33
on:
44
pull_request:

.github/workflows/test-system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test - System
1+
name: test-system
22

33
on:
44
pull_request:

.github/workflows/test-visual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test - Visual
1+
name: test-visual
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)