Skip to content

Commit

Permalink
Bug 1591427 [wpt PR 19871] - [GitHub Actions] put name first in wor…
Browse files Browse the repository at this point in the history
…kflow definitions, a=testonly

Automatic update from web-platform-tests
[GitHub Actions] put `name` first in workflow definitions (#19871)

Matching web-platform-tests/wpt#19838.
--

wpt-commits: 82311342f330af3a586d76e2b4bec8056fb87ca5
wpt-pr: 19871

Differential Revision: https://phabricator.services.mozilla.com/D53458
  • Loading branch information
foolip authored and moz-wptsync-bot committed Nov 20, 2019
1 parent 742afcb commit 4aaf4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 testing/web-platform/tests/.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 4aaf4b0

Please sign in to comment.