Skip to content

Commit

Permalink
Rename workflows to match build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and xiaoxiang781216 committed Apr 15, 2020
1 parent f3f4b20 commit 9d064cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: PR Check CI (check)
name: Check

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: PR Check CI (doc)
name: Doc

on:
pull_request:
Expand Down

0 comments on commit 9d064cb

Please sign in to comment.