diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 71e3c70..00a6d51 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,6 +14,10 @@ jobs: # same pattern as regenerate.yml. scenario-parity: runs-on: ubuntu-latest + # Dependabot-triggered runs don't receive repository secrets, so the App + # token mint below fails before the check can run. Dependency bumps can't + # change scenario parity, so skip instead. + if: github.actor != 'dependabot[bot]' steps: - name: Generate GitHub App token id: app-token