Skip to content

Commit

Permalink
Tweak workflow labelling and triggers
Browse files Browse the repository at this point in the history
- Rename the workflow from "Ruby" to "CI" to avoid redundant prefix

- Append Gemfile from matrix to job name, so they are distinguishable
  • Loading branch information
sambostock committed Apr 21, 2021
1 parent 8e3659a commit e76d804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Ruby
name: CI

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
name: Ruby ${{ matrix.ruby }} / ${{ matrix.gemfile }}
strategy:
matrix:
gemfile: [Gemfile, gemfiles/rails_6_0.gemfile, gemfiles/rails_edge.gemfile]
Expand Down

0 comments on commit e76d804

Please sign in to comment.