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

Feat[#228]:Do NOT run greeting.yml workflow if the PR author is me (tungbq) #256

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

vivekvr1
Copy link
Contributor

Closes: #228

Be noted that 228 is the issue ID

What is the purpose of the change

This pull request updates the greetings.yml workflow to prevent it from running if the PR author is tungbq. This will help to save CI resources.

Changes:

  • Added the && github.event.pull_request.user.login != 'tungbq' condition to the if statement in the greeting job. This condition will check if the PR author is not tungbq, and if it is not, then the workflow will run.

(E.g.: This pull request improves documentation of area A by adding ....)

@vivekvr1 vivekvr1 requested a review from tungbq as a code owner October 31, 2023 10:49
@vivekvr1 vivekvr1 force-pushed the Commit branch 2 times, most recently from 212bb7e to 9586c08 Compare October 31, 2023 11:18
Copy link
Owner

@tungbq tungbq left a comment

Choose a reason for hiding this comment

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

Thanks

@tungbq tungbq merged commit 9481a55 into tungbq:main Nov 6, 2023
@vivekvr1 vivekvr1 deleted the Commit branch November 7, 2023 13:10
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.

ci: Do NOT run greeting.yml workflow if the PR author is me (tungbq)
2 participants