[PR #2005] [MERGED] chore: configure some actions to be skipped for forks #2443

Closed
opened 2025-12-29 03:21:18 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2005
Author: @vdovhanych
Created: 7/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @kradalby

Base: mainHead: only-run-action-main-repo


📝 Commits (2)

  • 70604f6 chore: configure some actions to be skipped for forks
  • d580d32 chore: build docs only when it changes

📊 Changes

5 files changed (+7 additions, -0 deletions)

View changed files

📝 .github/workflows/docs-deploy.yml (+3 -0)
📝 .github/workflows/gh-actions-updater.yaml (+1 -0)
📝 .github/workflows/release.yml (+1 -0)
📝 .github/workflows/stale.yml (+1 -0)
📝 .github/workflows/update-flake.yml (+1 -0)

📄 Description

This is just a simple change.

This will configure some actions to be skipped for forks, as the actions that are changed here depend on the main repository or the configured secrets, so it makes no sense to run them for forks. This will also remove failed cron jobs from the forks, rest of the actions that don't depend on anything are left untouched.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/2005 **Author:** [@vdovhanych](https://github.com/vdovhanych) **Created:** 7/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `only-run-action-main-repo` --- ### 📝 Commits (2) - [`70604f6`](https://github.com/juanfont/headscale/commit/70604f683fa816586cc78ca501bc4dd510bc1960) chore: configure some actions to be skipped for forks - [`d580d32`](https://github.com/juanfont/headscale/commit/d580d32bb457e6a383adaa7b78655ab6415633f6) chore: build docs only when it changes ### 📊 Changes **5 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docs-deploy.yml` (+3 -0) 📝 `.github/workflows/gh-actions-updater.yaml` (+1 -0) 📝 `.github/workflows/release.yml` (+1 -0) 📝 `.github/workflows/stale.yml` (+1 -0) 📝 `.github/workflows/update-flake.yml` (+1 -0) </details> ### 📄 Description This is just a simple change. This will configure some actions to be skipped for forks, as the actions that are changed here depend on the main repository or the configured secrets, so it makes no sense to run them for forks. This will also remove failed cron jobs from the forks, rest of the actions that don't depend on anything are left untouched. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:21:18 +01:00
adam closed this issue 2025-12-29 03:21:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2443