Skip to content

Commit

Permalink
Merge pull request #4681 from Shopify/drop-ruby-checks
Browse files Browse the repository at this point in the history
Drop any ruby CI checks
  • Loading branch information
shauns authored Oct 18, 2024
2 parents 2e71328 + 5047a36 commit efd1eb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog-reminder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths: ['packages/*/src/**', 'packages/cli-kit/assets/cli-ruby/**']
paths: ['packages/*/src/**']
name: Changelog Reminder
jobs:
remind:
Expand All @@ -14,5 +14,5 @@ jobs:
with:
changelogRegex: \.changeset
message: |
We detected some changes at either packages/*/src or packages/cli-kit/assets/cli-ruby/** and there are no updates in the .changeset.
We detected some changes at packages/*/src and there are no updates in the .changeset.
If the changes are user-facing, run "pnpm changeset add" to track your changes and include them in the next release CHANGELOG.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ env:
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '8.15.7'
RUBY_VERSION: '3.1.2'
BUNDLER_VERSION: '2.3.18'

jobs:
type-diff:
Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/cli-ruby.yml

This file was deleted.

0 comments on commit efd1eb0

Please sign in to comment.