Skip to content
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

chore: specify paths on push for e2e tests #287

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

kirillzyusko
Copy link
Owner

📜 Description

Specify paths on push for e2e tests.

💡 Motivation and Context

Without these paths we'll run e2e every time on push to main branch. It's not consistent behavior across other CI scripts (and actually there is no sense not to run e2e pipeline on pull_request and run it on push).

So in this PR I'm adding these paths to have a consistent behavior across all CI scripts.

📢 Changelog

CI

  • added paths on push for e2e tests (the same as on pull_request);

🤔 How Has This Been Tested?

There is no way to test it 😅

📝 Checklist

  • CI successfully passed

@kirillzyusko kirillzyusko added the CI CI (github actions) label Dec 1, 2023
@kirillzyusko kirillzyusko self-assigned this Dec 1, 2023
Copy link
Contributor

github-actions bot commented Dec 1, 2023

📊 Package size report

Current size Target Size Difference
80186 bytes 80186 bytes 0 bytes 📉

@kirillzyusko kirillzyusko merged commit 6c562c6 into main Dec 1, 2023
6 checks passed
@kirillzyusko kirillzyusko deleted the ci/paths-push-e2e branch December 1, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI (github actions)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant