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

iteration report should only run when necessary #4

Open
rlskoeser opened this issue Jul 21, 2020 · 1 comment
Open

iteration report should only run when necessary #4

rlskoeser opened this issue Jul 21, 2020 · 1 comment

Comments

@rlskoeser
Copy link
Contributor

rlskoeser commented Jul 21, 2020

Currently configured to run on every push.

Workflows have conditionals and there's a json property action; could we test if an iteration is defined with no points & velocity aggregated?

@rlskoeser
Copy link
Contributor Author

Looks like there is an existing syntax to run when there are changes made to the specific files (e.g., iteration definition):

on:
  push:
    paths:
    - '**.js'

https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags

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

1 participant