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

[fix] key cron-based github actions to run only on intel/x86-simd-sort repo #139

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

icfaust
Copy link
Contributor

@icfaust icfaust commented Mar 2, 2024

I've been getting erroneous emails with cron-based github actions failing based off this repo. It seems that my fork is running the github actions as well. This can be stopped by adding an if statement to the cron-based github actions based on the github repository. These actions with the if statement will only work on intel/x86-simd-sort.

I don't know if this was a desired behavior, and maintainers can change the PR as they wish. This is only a suggestion.

Note, this will be useful for people who fork this repo in the future, or update their fork's main branch.

@icfaust icfaust changed the title [fix] key cron github actions to run only on intel/x86-simd-sort repo [fix] key cron-based github actions to run only on intel/x86-simd-sort repo Mar 2, 2024
@icfaust icfaust marked this pull request as ready for review March 2, 2024 13:34
@r-devulap
Copy link
Contributor

yup, I get those emails in my inbox too and I did the lazy thing of filtering them into trash :) Thanks for fixing it!

@r-devulap r-devulap merged commit 32639b2 into intel:main Mar 4, 2024
10 checks passed
Copy link
Contributor

@r-devulap r-devulap left a comment

Choose a reason for hiding this comment

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

LGTM.

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