Skip to content

Conversation

@troyraen
Copy link
Contributor

I wonder if we can prevent GHA from running in forks. At best it seems unnecessary and it may even be counterproductive as we're making multiple requests to archives for the same data at the same time.

@troyraen troyraen marked this pull request as ready for review October 27, 2025 17:20
@troyraen troyraen requested a review from bsipocz October 27, 2025 17:20
@troyraen troyraen added the infrastructure Infrastructure related issues/PRs. label Oct 27, 2025

publish_html:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'Caltech-IPAC/irsa-tutorials' }}
Copy link
Member

Choose a reason for hiding this comment

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

Let me investigate this one a bit more as normally we turn off fork-based runs within the on: section above rather than in individual conditionals (we don't even want this to trigger a skipped job).

(I didn't picked up on this bug as somehow jobs are not triggered on my own fork, but I see both you and Jaladh had them).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Infrastructure related issues/PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants