Skip to content

ci: Run e2e tests for dependabot PRs #11746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2024
Merged

ci: Run e2e tests for dependabot PRs #11746

merged 2 commits into from
Apr 23, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Apr 23, 2024

Let's see if that works now 🤞

@mydea mydea requested review from lforst and Lms24 April 23, 2024 09:02
@mydea mydea self-assigned this Apr 23, 2024
# We need to add the `always()` check here because the previous step has this as well :(
# See: https://github.com/actions/runner/issues/2205
if:
# 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
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
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