79350f79d8
Resolves: #2137584,#2138081,#2141979
33 lines
871 B
Diff
33 lines
871 B
Diff
From 60f571cb17f4147b2794eed7c272dc34e08e397f Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Tue, 16 Aug 2022 14:34:49 +0200
|
|
Subject: [PATCH] ci(lint): Update Differential ShellCheck config to run on
|
|
Z-stream branches
|
|
|
|
RHEL-only
|
|
|
|
Related: #2138081
|
|
---
|
|
.github/workflows/differential-shellcheck.yml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml
|
|
index 20ce681632..47ec23731d 100644
|
|
--- a/.github/workflows/differential-shellcheck.yml
|
|
+++ b/.github/workflows/differential-shellcheck.yml
|
|
@@ -6,13 +6,13 @@ on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
+ - rhel-9.*.0
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
lint:
|
|
- if: github.event.repository.name != 'systemd-security'
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|