Skip to content

Commit 438e98b

Browse files
committed
fix(ci): skip scenario-parity for Dependabot PRs
1 parent a9cd37f commit 438e98b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
# doesn't cover them, e.g. datasets/secrets/saved-queries).
1717
scenario-parity:
1818
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]'
1923
steps:
2024
- name: Generate GitHub App token
2125
id: app-token

0 commit comments

Comments
 (0)