-
Notifications
You must be signed in to change notification settings - Fork 202
Remove pull_request from actions #404
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
Conversation
@adityasharad informed me in github#403 that it is not yet supported.
8fe17a1
to
1af7582
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
.github/workflows/main.yml
Outdated
@@ -1,5 +1,5 @@ | |||
name: Build Extension | |||
on: [push, pull_request] | |||
on: push |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure we want to do this? And if we do, we need this:
on: [push]
or
on:
push:
The motivation for doing it was @adityasharad saying pull_request wasn't supported. You're correct about my yaml error, though, will fix. |
It's only not supported for the codeql action. It is fine for the checks action and ensures that the tests are run on PRs from users who haven't enabled actions on their fork. |
Ah, ok, so I misunderstood that, then. Closing as this is no longer necessary. |
You may still want to delete it from |
Correct; but #405 is already doing that. |
No description provided.