10000 why does `build_docs.yml` still run on *every* PR? · Issue #74 · pysal/access · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

why does build_docs.yml still run on *every* PR? #74

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

Open
jGaboardi opened this issue Jun 15, 2025 · 0 comments
Open

why does build_docs.yml still run on *every* PR? #74

jGaboardi opened this issue Jun 15, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation maint

Comments

@jGaboardi
Copy link
Member

I am not sure why the build_docs.yml action keeps running on every PR, etc.

The following in access:

push:
tags:
- 'v*'

seems to match exactly that in other ecosystem packages that only run on pushes tagged with a v*, for example in mapclassify:

   push:
     # Sequence of patterns matched against refs/tags
     tags:
       - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

So I must be missing something obvious, but I can't put my finger on it. Any thoughts?

@JamesSaxon @martinfleis @knaaptime


@jGaboardi jGaboardi self-assigned this Jun 15, 2025
@jGaboardi jGaboardi added documentation Improvements or additions to documentation maint labels Jun 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation maint
Projects
None yet
Development

No branches or pull requests

1 participant