diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7aa73a5db..b4f75a817 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -29,7 +29,7 @@ env: github.event.before }} RUN_VISUAL_TEST: >- - ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }} + ${{ github.repository == 'mermaid-js/mermaid' && (github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/')) }} jobs: cache: runs-on: ubuntu-latest diff --git a/cypress.config.ts b/cypress.config.ts index 253e4b7cc..d6f83fb20 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -27,7 +27,7 @@ export default eyesPlugin( if (config.env.useArgos) { registerArgosTask(on, config, { - token: 'fc3a35cf5200db928d65b2047861582d9444032b', + token: 'argos_cde7ec66b3c53730a7bbe4059a517f4a76', }); } else { addMatchImageSnapshotPlugin(on, config);