Skip to content

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

Closed
wants to merge 2 commits into from

Conversation

jcreedcmu
Copy link
Contributor

No description provided.

@adityasharad informed me
in github#403
that it is not yet supported.
@jcreedcmu jcreedcmu force-pushed the jcreed/irrelevant branch from 8fe17a1 to 1af7582 Compare May 26, 2020 21:11
@jcreedcmu jcreedcmu changed the title Make an irrelevant change which should not be merged. Remove pull_request from actions May 26, 2020
Copy link
Contributor

@aeisenberg aeisenberg left a comment

Choose a reason for hiding this comment

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

See comment

Copy link
Contributor

@aeisenberg aeisenberg left a comment

Choose a reason for hiding this comment

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

x

@@ -1,5 +1,5 @@
name: Build Extension
on: [push, pull_request]
on: push
Copy link
Contributor

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:

@jcreedcmu
Copy link
Contributor Author

The motivation for doing it was @adityasharad saying pull_request wasn't supported. You're correct about my yaml error, though, will fix.

@alexet
Copy link
Contributor

alexet commented May 28, 2020

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.

@jcreedcmu
Copy link
Contributor Author

Ah, ok, so I misunderstood that, then. Closing as this is no longer necessary.

@jcreedcmu jcreedcmu closed this May 28, 2020
@jcreedcmu jcreedcmu deleted the jcreed/irrelevant branch May 28, 2020 12:09
@alexet
Copy link
Contributor

alexet commented May 28, 2020

You may still want to delete it from codeql.yml

@jcreedcmu
Copy link
Contributor Author

Correct; but #405 is already doing that.

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.

3 participants