Skip to content

Commit

Permalink
Fix 😇
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jan 2, 2025
1 parent fdf8121 commit e3ed320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/storybook-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ concurrency:
cancel-in-progress: true

jobs:
deploy:
check:
runs-on: ubuntu-latest
if: ${{ github.repository == 'WordPress/gutenberg' }}

steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: trunk
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Setup Node.js and install dependencies
Expand Down

0 comments on commit e3ed320

Please sign in to comment.