Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Apr 7, 2023
1 parent 0596cd4 commit 3da502a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -2,8 +2,17 @@ name: ci

on: [push, pull_request]


# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true

jobs:
legacy:
permissions:
contents: read

runs-on: ubuntu-latest

strategy:
Expand All @@ -24,9 +33,12 @@ jobs:
- name: Run tests
run: |
npm run test:only
npm run test-only
test:
permissions:
contents: read

runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 3da502a

Please sign in to comment.