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

Ci/fix cloudflare pages deploy #78

Merged

Conversation

NelsonBN
Copy link
Member

@NelsonBN NelsonBN commented Jan 26, 2025

This pull request includes changes to the GitHub Actions workflow for deploying to Cloudflare Pages. The main focus is to ensure that workflows are not triggered for pull requests from forked repositories.

Key changes:

  • .github/workflows/cloudflare-pages-deploy.yml: Added conditional checks to skip workflow steps if the pull request is from a forked repository. This includes skipping the build, cache restoration, dependency installation, build artifact upload, and deployment steps. [1] [2]

Checklist before requesting a review

  • I have performed a self-review of my code.
  • Implemented tests for new features.
  • I tested the features already implemented.
  • Added usage examples in the readme.

@NelsonBN NelsonBN merged commit ab12a13 into craft-code-club:main Jan 26, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants