Skip to content

Commit

Permalink
Try a different conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw authored Jan 17, 2025
1 parent 6079c29 commit 14b2586
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: build

on: [push, pull_request]

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

jobs:
test:
if: github.event_name == 'push' && !contains(github.ref, '/merge') || github.event_name == 'pull_request'
name: Build, lint, and test on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 14b2586

Please sign in to comment.