We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cd37f commit 438e98bCopy full SHA for 438e98b
1 file changed
.github/workflows/integration-tests.yml
@@ -16,6 +16,10 @@ jobs:
16
# doesn't cover them, e.g. datasets/secrets/saved-queries).
17
scenario-parity:
18
runs-on: ubuntu-latest
19
+ # Dependabot PRs run with only Dependabot secrets, so the GitHub App
20
+ # credentials needed to fetch the private scenarios manifest are absent.
21
+ # A dependency bump can't change scenario/test-file parity anyway, so skip.
22
+ if: github.event.pull_request.user.login != 'dependabot[bot]'
23
steps:
24
- name: Generate GitHub App token
25
id: app-token
0 commit comments