Skip to content

Commit d93c697

Browse files
committed
[GitHub Actions] put name first in workflow definitions
Matching #19838.
1 parent eabbbf2 commit d93c697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: documentation
12
on:
23
push:
34
branches:
@@ -11,7 +12,6 @@ on:
1112
- 'docs/**'
1213
- 'resources/**'
1314
- 'tools/**'
14-
name: documentation
1515
jobs:
1616
build-and-publish:
1717
runs-on: ubuntu-18.04

.github/workflows/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
name: manifest
12
on:
23
push:
34
branches:
45
- master
56
pull_request:
67
paths:
78
- 'tools/**'
8-
name: manifest
99
jobs:
1010
build-and-tag:
1111
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)