We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fef87e commit 944cd9dCopy full SHA for 944cd9d
.github/workflows/build.yml
@@ -989,6 +989,8 @@ jobs:
989
strategy:
990
fail-fast: false
991
matrix:
992
+ is_dependabot:
993
+ - ${{ github.actor == 'dependabot[bot]' }}
994
test-application:
995
[
996
'angular-17',
@@ -1042,6 +1044,10 @@ jobs:
1042
1044
- test-application: 'nextjs-app-dir'
1043
1045
build-command: 'test:build-13'
1046
label: 'nextjs-app-dir (next@13)'
1047
+ exclude:
1048
+ - is_dependabot: true
1049
+ test-application: 'cloudflare-astro'
1050
+
1051
steps:
1052
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1053
uses: actions/checkout@v4
0 commit comments