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

Do not run test on direct push #22

Merged
merged 1 commit into from
May 31, 2024

Conversation

vminet
Copy link
Contributor

@vminet vminet commented May 31, 2024

Commit d310544 ("test: ensure every commit in a PR works") ensures that every commit in a pull request is tested. But the way it changes the github action makes it incompatible with being run on direct push.

Since direct push to main are forbidden, it makes sense to disable running tests in this case until a better solution is found.

Commit d310544 ("test: ensure every commit in a PR works") ensures
that every commit in a pull request is tested. But the way it changes
the github action makes it incompatible with being run on direct push.

Since direct push to main are forbidden, it makes sense to disable
running tests in this case until a better solution is found.

Signed-off-by: Vincent Minet <v.minet@criteo.com>
@ErwanAliasr1 ErwanAliasr1 merged commit 9f9333c into main May 31, 2024
4 checks passed
@vminet vminet deleted the vminet/do-not-run-test-on-direct-push branch May 31, 2024 14:45
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.

3 participants