mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3779] [MERGED] Update build.yml #4881
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#4881
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:rusty-snake-patch-1-action-tweaks📝 Commits (8)
6865e24Update build.ymlc402741Create sort.yml6ff6c33Update build.yml531a83aUpdate sort.yml4902f95Update codeql-analysis.yml00a38ddCreate build-extra.yml03f1d08Update build.ymlcae7176Update build-extra.yml📊 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.