Skip to content

Commit

Permalink
feat: RoR sample (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jul 26, 2024
1 parent ff5f6b2 commit c8ede8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
pull_request:
workflow_dispatch:

jobs:
concurrency:
group: '${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.ref_name }}'
cancel-in-progress: true

jobs:
test-sinatra:
runs-on: ubuntu-latest
strategy:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
pull_request:
workflow_dispatch:

jobs:
concurrency:
group: '${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.ref_name }}'
cancel-in-progress: true

jobs:
test-sinatra:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit c8ede8c

Please sign in to comment.