JamesIves / github-pages-deploy-action

🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
https://github.com/marketplace/actions/deploy-to-github-pages
MIT License
4.22k stars 357 forks source link

Run sponsors and integration only on original repo #1548

Closed harryzcy closed 5 months ago

harryzcy commented 5 months ago

Description

Run two workflows only on the original repo. Otherwise, those two actions keep failing everyday on my fork.

Testing Instructions

Additional Notes

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.90%. Comparing base (6bbe37a) to head (1555ed6). Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1548 +/- ## ======================================= Coverage 97.90% 97.90% ======================================= Files 7 7 Lines 286 286 Branches 77 77 ======================================= Hits 280 280 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JamesIves commented 5 months ago

For these you can go to the Actions tab and select Disable Workflow to disable the runs in your fork:

Screenshot 2024-04-02 at 8 44 28 AM