Skip to content

Commit eb08d48

Browse files
committed
build: do not build storybook preview for dependabot PRs
1 parent f73fd3c commit eb08d48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ on:
1717
- 'v*/dev'
1818
- 'v*/contrib'
1919
- 'release/*'
20-
- '!dependabot/**'
2120

2221
env:
2322
NODE_OPTIONS: --max_old_space_size=16384
2423

2524
jobs:
2625
build_and_deploy_job:
27-
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
26+
if: github.actor != 'dependabot[bot]' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
2827
runs-on: ubuntu-latest
2928
name: Build and Deploy Job
3029
steps:

0 commit comments

Comments
 (0)