[PR #302] [MERGED] Set up build avoidance #1372

Closed
opened 2025-12-29 02:29:51 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/302
Author: @kradalby
Created: 1/30/2022
Status: Merged
Merged: 1/30/2022
Merged by: @kradalby

Base: mainHead: build-avoidance


📝 Commits (3)

  • 1815040 Set up build build avoidance
  • 991175f Add depth and avoidance for build
  • 0862f60 Put depth in the correct place

📊 Changes

4 files changed (+78 additions, -12 deletions)

View changed files

📝 .github/workflows/build.yml (+16 -0)
📝 .github/workflows/lint.yml (+31 -0)
📝 .github/workflows/test-integration.yml (+14 -5)
📝 .github/workflows/test.yml (+17 -7)

📄 Description

This commit configures the CI to run specific parts of the CI when
relevant changes has been made.

This should help us not have to deal with the integration tests when we
do doc/admin changes.


🔄 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/302 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 1/30/2022 **Status:** ✅ Merged **Merged:** 1/30/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `build-avoidance` --- ### 📝 Commits (3) - [`1815040`](https://github.com/juanfont/headscale/commit/1815040d9821cd2ced960e1c21ca9b867d7ab10c) Set up build build avoidance - [`991175f`](https://github.com/juanfont/headscale/commit/991175f2aa36fb6a7f99d029cde6b1cf039cab36) Add depth and avoidance for build - [`0862f60`](https://github.com/juanfont/headscale/commit/0862f60ff05546a995bf68322b159900c4635c73) Put depth in the correct place ### 📊 Changes **4 files changed** (+78 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+16 -0) 📝 `.github/workflows/lint.yml` (+31 -0) 📝 `.github/workflows/test-integration.yml` (+14 -5) 📝 `.github/workflows/test.yml` (+17 -7) </details> ### 📄 Description This commit configures the CI to run specific parts of the CI when relevant changes has been made. This should help us not have to deal with the integration tests when we do doc/admin changes. --- <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 02:29:51 +01:00
adam closed this issue 2025-12-29 02:29:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1372