Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Oct 2, 2024
1 parent 8e56d61 commit cb921ed
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ on:
- push
- pull_request

permissions:
actions: read
contents: read
# Automatically cancel older in-progress jobs on the same branch
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash

jobs:
# Build primes out Turbo build cache and pnpm cache
build:
name: "Build: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand All @@ -18,7 +23,6 @@ jobs:
OS: [ubuntu-latest, windows-latest]
NODE_VERSION: [18]
fail-fast: true

steps:
- name: Checkout
- uses: actions/checkout@v4
Expand Down

0 comments on commit cb921ed

Please sign in to comment.