Skip to content

Commit ff13427

Browse files
authored
restore some names (#6713)
1 parent 16a6c00 commit ff13427

10 files changed

+20
-0
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: build-pull-request
2+
13
on:
24
pull_request:
35
paths-ignore:

.github/workflows/bump-kotlin-nightlies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: bump-kotlin-nightlies
2+
13
on:
24
schedule:
35
- cron: '0 2 * * *'

.github/workflows/defer-with-router-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: defer-with-router-tests
2+
13
on:
24
schedule:
35
- cron: '0 3 * * *'

.github/workflows/issue-close-user-survey.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: issue-close-user-survey
2+
13
on:
24
issues:
35
types: [closed]

.github/workflows/platform-api-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: platform-api-tests
2+
13
on:
24
# pull_request:
35
# branches: [ '*' ]

.github/workflows/publish-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: publish-preview
2+
13
on:
24
workflow_dispatch:
35
inputs:

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: publish-release
2+
13
on:
24
push:
35
tags:

.github/workflows/publish-snapshot-and-kdoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: publish-snapshot-and-kdoc
2+
13
on:
24
push:
35
branches: [ main ]

.github/workflows/run-benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: run-benchmarks
2+
13
on:
24
# pull_request:
35
# branches: [ '*' ]

.github/workflows/trigger-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: trigger-preview
2+
13
on:
24
schedule:
35
- cron: '0 3 * * *'

0 commit comments

Comments
 (0)