Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test_11g.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: test_11g

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
build:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft

runs-on: ubuntu-latest
continue-on-error: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ name: test_gemfiles

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft

runs-on: ubuntu-latest
strategy:
Expand Down