Skip to content

Commit

Permalink
Reconfigure ci correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Oct 2, 2024
1 parent 48732e6 commit 81940f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cygnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
with:
package: ${{ github.workflow }}
workdir: "packages/${{ github.workflow }}"
gemfiles: "['gemfiles/rails_6_0.gemfile','gemfiles/rails_6_1.gemfile','gemfiles/rails_7_0.gemfile']"
ruby: '["3.0","3.1","3.2","3.3"]'
exclude: |-
[
{ 'ruby': '3.0', 'gemfile': 'gemfiles/rails_7_2.gemfile'},
]
secrets: inherit
5 changes: 1 addition & 4 deletions .github/workflows/rubocop-cobra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ jobs:
package: ${{ github.workflow }}
workdir: "packages/${{ github.workflow }}"
ruby: '["3.0","3.1","3.2","3.3"]'
exclude: |-
[
{ 'ruby': '3.0', 'gemfile': 'gemfiles/rails_7_2.gemfile'},
]
gemfiles: "['gemfiles/rails_6_0.gemfile','gemfiles/rails_6_1.gemfile','gemfiles/rails_7_0.gemfile']"
secrets: inherit

0 comments on commit 81940f0

Please sign in to comment.