[PR #3779] [MERGED] Update build.yml #4881

Closed
opened 2026-05-05 10:28:17 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3779
Author: @rusty-snake
Created: 11/28/2020
Status: Merged
Merged: 11/29/2020
Merged by: @rusty-snake

Base: masterHead: rusty-snake-patch-1-action-tweaks


📝 Commits (8)

📊 Changes

4 files changed (+100 additions, -32 deletions)

View changed files

.github/workflows/build-extra.yml (+52 -0)
📝 .github/workflows/build.yml (+13 -32)
📝 .github/workflows/codeql-analysis.yml (+14 -0)
.github/workflows/sort.yml (+21 -0)

📄 Description

Currently we run all actions for all commits. This is not resource friendly. Let's tweak this a bit.

This commit adds support for "skip ci" tags (i.e. if the head commit contains [skip ci], no jobs are executed.
In addition are all commits which modify non-code files (e.g. README) only excluded.

Furthermore we should not run cppcheck and scan-build if only profiles are changed and sort.py need only to be execute if profiles are changed.


🔄 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/netblue30/firejail/pull/3779 **Author:** [@rusty-snake](https://github.com/rusty-snake) **Created:** 11/28/2020 **Status:** ✅ Merged **Merged:** 11/29/2020 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `rusty-snake-patch-1-action-tweaks` --- ### 📝 Commits (8) - [`6865e24`](https://github.com/netblue30/firejail/commit/6865e248905dd9888ad0ffc5606de2bf912ca712) Update build.yml - [`c402741`](https://github.com/netblue30/firejail/commit/c40274113f3d8bf99b6d6edadd415ef3d564fa03) Create sort.yml - [`6ff6c33`](https://github.com/netblue30/firejail/commit/6ff6c3389f80a9ea2c322f45e4f0175f5b1d3e20) Update build.yml - [`531a83a`](https://github.com/netblue30/firejail/commit/531a83aa68de878afd34355f5d90719044b65647) Update sort.yml - [`4902f95`](https://github.com/netblue30/firejail/commit/4902f95ac0f59a9ee50afcf96cf90d0d9e2d4b1d) Update codeql-analysis.yml - [`00a38dd`](https://github.com/netblue30/firejail/commit/00a38dd6869c9a2052d0f1105a977898dc44ef8f) Create build-extra.yml - [`03f1d08`](https://github.com/netblue30/firejail/commit/03f1d08e99bce030d0ffbcd995ba92969c263a74) Update build.yml - [`cae7176`](https://github.com/netblue30/firejail/commit/cae71768487ac8402cb93395c173cc3224c98ca9) Update build-extra.yml ### 📊 Changes **4 files changed** (+100 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-extra.yml` (+52 -0) 📝 `.github/workflows/build.yml` (+13 -32) 📝 `.github/workflows/codeql-analysis.yml` (+14 -0) ➕ `.github/workflows/sort.yml` (+21 -0) </details> ### 📄 Description Currently we run all actions for all commits. This is not resource friendly. Let's tweak this a bit. This commit adds support for "skip ci" tags (i.e. if the head commit contains `[skip ci]`, no jobs are executed. In addition are all commits which modify non-code files (e.g. README) only excluded. Furthermore we should not run cppcheck and scan-build if only profiles are changed and sort.py need only to be execute if profiles are changed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:28:17 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4881
No description provided.