Skip to content

Commit

Permalink
dependabot parens
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Apr 14, 2024
1 parent b085a7a commit 006a460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health-metrics-pull-request.yml
Expand Up @@ -35,7 +35,7 @@ env:
jobs:
binary-size:
name: Binary Size
if: github.event_name == 'push' || !(github.event.pull_request.head.repo.fork) && github.actor != 'dependabot[bot]'
if: (github.event_name == 'push' || !(github.event.pull_request.head.repo.fork)) && (github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -52,7 +52,7 @@ jobs:
run: yarn size-report
modular-export-size:
name: Binary Size For Modular Exports
if: github.event_name == 'push' || !(github.event.pull_request.head.repo.fork) && github.actor != 'dependabot[bot]'
if: (github.event_name == 'push' || !(github.event.pull_request.head.repo.fork)) && (github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 006a460

Please sign in to comment.