Skip to content

Commit

Permalink
back to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 19, 2024
1 parent 8eb1cbe commit 113f1cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ on:
- master
- develop

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

jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'build-artifacts')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -42,7 +37,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install package dependencies
run: yarn install --inline-builds
run: yarn install

- name: Lint
run: yarn lint
Expand Down

0 comments on commit 113f1cf

Please sign in to comment.