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: