From 2dcef9e4fb37e756aecc71f1632ce42d56c5762a Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 1 Apr 2021 13:38:26 -0400 Subject: [PATCH] update workflow naming --- .github/workflows/ci.yml | 4 ++-- .github/workflows/comment.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 570a79cdc..fd27f3952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ -name: Continuous Integration +name: CI on: - push - pull_request jobs: - ci: + run: runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 46faa0f35..c577217e9 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -1,5 +1,5 @@ # https://github.com/marketplace/actions/automatic-rebase (https://github.com/cirrus-actions/rebase) -name: Comment Automation +name: Comment on: issue_comment: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 083107699..e69be22f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release Automation +name: Release on: push: @@ -6,7 +6,7 @@ on: - master jobs: - release: + run: runs-on: ubuntu-latest strategy: matrix: