Skip to content

Commit

Permalink
Do not run “Next.js Bundle Analysis” workflow in Crowdin PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Apr 16, 2024
1 parent ef21913 commit b9db23e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/next-js-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ on:

jobs:
analyze:
if: contains(github.head_ref, 'crowdin') == false
runs-on: ubuntu-latest

env:
working-directory: website
defaults:
run:
working-directory: ${{ env.working-directory }}

runs-on: ubuntu-latest

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down

0 comments on commit b9db23e

Please sign in to comment.