Skip to content

Commit

Permalink
Fast
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 31, 2024
1 parent 5103d6c commit cd99ef3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

env:
YARN_ENABLE_HARDENED_MODE: 0

jobs:
dependencies:
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

env:
YARN_ENABLE_HARDENED_MODE: 0

jobs:
stable:
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
APOLLO_ELV2_LICENSE: accept
NODE_NO_WARNINGS: 1
YARN_ENABLE_HARDENED_MODE: 0

jobs:
check:
name: check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
pull_request:

env:
YARN_ENABLE_HARDENED_MODE: 0

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit cd99ef3

Please sign in to comment.