Skip to content

Commit

Permalink
temporarily disable other pr checks for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
beaesguerra committed Oct 17, 2024
1 parent c4dea85 commit 85b247d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/chromatic-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ on:

jobs:
chromatic:
if: false
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/node-ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

changeset:
name: Check for .changeset entries for all changed files
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
if: false && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
uses: ./.github/workflow/node-ci-lint.yml

test:
if: false
name: Test
needs: prime_cache_primary
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
files: ./coverage/coverage-final.json

check_builds:
if: false
name: Check build sizes
needs: prime_cache_primary
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -134,6 +136,7 @@ jobs:
# We don't publish snapshots on draft PRs or
# on the main Changeset "Version Packages" PR
if: |
false &&
github.event.pull_request.draft == false
&& !startsWith(github.head_ref, 'changeset-release/')
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 85b247d

Please sign in to comment.