Skip to content

How does on.paths really work? #25767

Answered by jsoref
pbrisbin asked this question in Actions
May 13, 2021 · 5 comments · 2 replies
Discussion options

You must be logged in to vote

docs.github.com

Workflow syntax for GitHub Actions - GitHub Docs

//docs.github.com/en/actions/reference/workflow-syntax-for-github-actions

Note: If you push more than 1,000 commits, or if GitHub does not generate the diff due to a timeout (diffs that are too large diffs), the workflow will always run.

(Amusingly, this isn’t an edge I’ve hit much. I do regularly hit the 250 commit limit.)

GitHub generates the list of changed files using two-dot diffs for pushes and three-dot diffs for pull requests:

  • Pull requests: Three-dot diffs are a comparison between the most recent version of the topic branch and the commit where the topic branch was last synced with the base branch.
  • Pus…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Achllle
Comment options

@jsoref
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants