[PR #977] [MERGED] Combine and separate workflows #1393

Open
opened 2026-01-29 17:00:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/977
Author: @softworkz
Created: 12/12/2025
Status: Merged
Merged: 12/12/2025
Merged by: @FlorianRappl

Base: developHead: submit_revertnet6


📝 Commits (3)

  • e070759 integration-tests: Add random delay
  • f1b4766 Add automatic retry for failed test jobs
  • 5a7cbd9 Combine and separate workflows

📊 Changes

7 files changed (+119 additions, -33 deletions)

View changed files

📝 .github/workflows/Build and Publish.yml (+12 -20)
.github/workflows/PR Validation.yml (+39 -0)
📝 .github/workflows/integration-tests.yml (+10 -6)
📝 .github/workflows/pr-comment.yml (+2 -2)
.github/workflows/retry-test-jobs.yml (+50 -0)
📝 .github/workflows/trailing-whitespace-check.yml (+3 -4)
📝 src/ElectronNET.sln (+3 -1)

📄 Description

  • Separate between PR and Push execution (with and without secrets)
  • Turn tests into re-usable workflows and call them from the main ones
  • Introduce a random delay to avoid "npm gateway timeout errors"
  • Add a workflow to re-run failed test jobs

🔄 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/ElectronNET/Electron.NET/pull/977 **Author:** [@softworkz](https://github.com/softworkz) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@FlorianRappl](https://github.com/FlorianRappl) **Base:** `develop` ← **Head:** `submit_revertnet6` --- ### 📝 Commits (3) - [`e070759`](https://github.com/ElectronNET/Electron.NET/commit/e070759645dcf09f726a746ab9c1b66358979adc) integration-tests: Add random delay - [`f1b4766`](https://github.com/ElectronNET/Electron.NET/commit/f1b476636035aafbc584c3fe4ec15a7b2087b470) Add automatic retry for failed test jobs - [`5a7cbd9`](https://github.com/ElectronNET/Electron.NET/commit/5a7cbd972fad97ba42032efcfdc5edfa1a08d870) Combine and separate workflows ### 📊 Changes **7 files changed** (+119 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/Build and Publish.yml` (+12 -20) ➕ `.github/workflows/PR Validation.yml` (+39 -0) 📝 `.github/workflows/integration-tests.yml` (+10 -6) 📝 `.github/workflows/pr-comment.yml` (+2 -2) ➕ `.github/workflows/retry-test-jobs.yml` (+50 -0) 📝 `.github/workflows/trailing-whitespace-check.yml` (+3 -4) 📝 `src/ElectronNET.sln` (+3 -1) </details> ### 📄 Description - Separate between PR and Push execution (with and without secrets) - Turn tests into re-usable workflows and call them from the main ones - Introduce a random delay to avoid "npm gateway timeout errors" - Add a workflow to re-run failed test jobs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1393