Skip to content

Commit

Permalink
Merge pull request #3798 from rubygems/workflow_naming_convention
Browse files Browse the repository at this point in the history
Rename workflows for consistency and easier auto-labelling
  • Loading branch information
deivid-rodriguez committed Jul 9, 2020
2 parents 7a50182 + 4d27811 commit 1734f75
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
@@ -1,11 +1,11 @@
name: daily
name: daily-rubygems

on:
schedule:
- cron: '0 0 * * *'

jobs:
daily:
daily_rubygems:
runs-on: ubuntu-18.04
strategy:
matrix:
Expand Down
@@ -1,4 +1,4 @@
name: install
name: install-rubygems

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:
- 3.2

jobs:
install:
install_rubygems:
runs-on: ubuntu-18.04
strategy:
matrix:
Expand Down
@@ -1,4 +1,4 @@
name: macos
name: macos_rubygems

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:
- 3.2

jobs:
macos:
macos_rubygems:
runs-on: macos-10.15
strategy:
matrix:
Expand Down
@@ -1,11 +1,11 @@
name: monthly
name: monthly-bundler

on:
schedule:
- cron: '0 0 1 * *'

jobs:
run:
monthly_bundler:
name: Refresh month of man pages
runs-on: ubuntu-18.04
steps:
Expand Down
@@ -1,4 +1,4 @@
name: ubuntu
name: ubuntu-rubygems

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:
- 3.2

jobs:
ubuntu:
ubuntu_rubygems:
runs-on: ubuntu-18.04
strategy:
matrix:
Expand Down
@@ -1,4 +1,4 @@
name: windows
name: windows_rubygems

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:
- 3.2

jobs:
windows:
windows_rubygems:
runs-on: windows-2019
strategy:
matrix:
Expand Down

0 comments on commit 1734f75

Please sign in to comment.