Skip to content

Commit

Permalink
[GitHub Actions] put name first in workflow definitions
Browse files Browse the repository at this point in the history
Matching #19838.
  • Loading branch information
foolip committed Oct 24, 2019
1 parent eabbbf2 commit d93c697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: documentation
on:
push:
branches:
Expand All @@ -11,7 +12,6 @@ on:
- 'docs/**'
- 'resources/**'
- 'tools/**'
name: documentation
jobs:
build-and-publish:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: manifest
on:
push:
branches:
- master
pull_request:
paths:
- 'tools/**'
name: manifest
jobs:
build-and-tag:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit d93c697

Please sign in to comment.