Skip to content

Commit

Permalink
[git] workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Mar 14, 2024
1 parent 301fbd2 commit 23a7ece
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@

name: Test

name: Build
on: [push, pull_request]

env:
FULL_COVERAGE_CHECK: true

jobs:
full-check:
runs-on: ubuntu-latest

# We want to run on external PRs, but not on our own internal PRs as they'll be run on push event
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'umbrellio/smart-validator'

steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand All @@ -33,15 +25,10 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
specs:
runs-on: ubuntu-latest

# We want to run on external PRs, but not on our own internal PRs as they'll be run on push event
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'umbrellio/smart-validator'

strategy:
fail-fast: false
matrix:
ruby: [3.0, 3.1, 3.2]

steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 23a7ece

Please sign in to comment.