Skip to content

Commit 944cd9d

Browse files
authored
ci: Skip cloudflare-astro E2E tests for dependabot (#11853)
They fail because a secret is missing, we can skip them for dependabot. See: https://github.com/orgs/community/discussions/26253
1 parent 7fef87e commit 944cd9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,8 @@ jobs:
989989
strategy:
990990
fail-fast: false
991991
matrix:
992+
is_dependabot:
993+
- ${{ github.actor == 'dependabot[bot]' }}
992994
test-application:
993995
[
994996
'angular-17',
@@ -1042,6 +1044,10 @@ jobs:
10421044
- test-application: 'nextjs-app-dir'
10431045
build-command: 'test:build-13'
10441046
label: 'nextjs-app-dir (next@13)'
1047+
exclude:
1048+
- is_dependabot: true
1049+
test-application: 'cloudflare-astro'
1050+
10451051
steps:
10461052
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
10471053
uses: actions/checkout@v4

0 commit comments

Comments
 (0)