Skip to content

ci: Run e2e tests for dependabot PRs#11746

Merged
mydea merged 2 commits intodevelopfrom
fn/run-e2e-dependabot
Apr 23, 2024
Merged

ci: Run e2e tests for dependabot PRs#11746
mydea merged 2 commits intodevelopfrom
fn/run-e2e-dependabot

Conversation

@mydea
Copy link
Copy Markdown
Member

@mydea mydea commented Apr 23, 2024

Let's see if that works now 🤞

@mydea mydea requested review from Lms24 and lforst April 23, 2024 09:02
@mydea mydea self-assigned this Apr 23, 2024
# Only run profiling e2e tests if profiling node bindings have changed
always() && needs.job_e2e_prepare.result == 'success' &&
(github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) &&
github.actor != 'dependabot[bot]' && (
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a bunch more places with this check I think!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, you are right, totally missed that. Updated in all places now, hopefully!

@mydea mydea merged commit 2f5c999 into develop Apr 23, 2024
@mydea mydea deleted the fn/run-e2e-dependabot branch April 23, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants