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

ci: don't run on push events #106

Closed
wants to merge 1 commit into from
Closed

Conversation

cwpearson
Copy link
Contributor

Remove some redundant runs now that this these CI checks are merged.

Signed-off-by: Carl Pearson <[email protected]>
@@ -1,7 +1,6 @@
name: Hosted Runners (linux, CUDA)

on:
push:
Copy link
Contributor

@masterleinad masterleinad Dec 31, 2024

Choose a reason for hiding this comment

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

What about

Suggested change
push:
push:
branches:
- develop

like we do in https://github.com/kokkos/kokkos/blob/33367fcf08aef9b58ca61cefcc75f2e9b8d95e6b/.github/workflows/continuous-integration-stager.yml#L4-L6 so that we test commits after merging?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since we don't have a develop branch for this repo, maybe we could just close this PR for now and leave the tests running on pushes against main

@cwpearson cwpearson closed this Jan 14, 2025
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