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

pull request したものに push すると CI が 2 回ずつ走る #105

Open
sano-jin opened this issue Sep 15, 2021 · 2 comments
Open
Assignees

Comments

@sano-jin
Copy link
Contributor

sano-jin commented Sep 15, 2021

pull request したものに push すると CI が 2 回走るように見える.

name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

gh-pages のデプロイも同様.

これはあるべき挙動なのだろうか?(ムダでは?)

(github workflow というか,CI 全般,良く知らないので良くわからない)

@nikosai
Copy link
Contributor

nikosai commented Sep 17, 2021

これ僕も無駄だなぁと思っていたのですが、最近のP-Rでは1回ずつになっていませんか?(なぜ?)

@sano-jin
Copy link
Contributor Author

sano-jin commented Sep 17, 2021

最近のP-Rでは1回ずつ

あれ!?そうでしたか……?

もうちょい調べます😰

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

No branches or pull requests

3 participants