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: Cleaning up scripts used in the old release process #416

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

hiranya911
Copy link
Contributor

  • Removed the bash scripts used in the old process.
  • Setting CI flow to get triggered by pull_request events instead of push. This is required to ensure that we run CI on pull requests sent by external contributors. This does mean we no longer run CI on every push, which should be fine given that we review all changes through a PR.

Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

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

One comment. LGTM!

@@ -1,6 +1,6 @@
name: Continuous Integration

on: push
on: pull_request
Copy link
Member

Choose a reason for hiding this comment

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

Do we need both push and pull_request events to trigger CI if we make changes to a PR based on reviews?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

pull_request events are triggered on open, synchronize and reopen sub events. synchronize sub event covers the case we need.

@hiranya911 hiranya911 merged commit 6a26c15 into master Feb 25, 2020
@hiranya911 hiranya911 deleted the hkj-release-cleanup branch February 25, 2020 22:41
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