diff options
author | Chris PeBenito <chpebeni@linux.microsoft.com> | 2022-09-20 09:52:29 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-11-02 10:06:53 -0400 |
commit | 87fc255d6bf0da8ca7852632143b72235fb3710b (patch) | |
tree | 3cd2fef1724f8814fcae94f076c09fa0508c6b16 | |
parent | fapolicyd: Fix selint issue. (diff) | |
download | hardened-refpolicy-87fc255d6bf0da8ca7852632143b72235fb3710b.tar.gz hardened-refpolicy-87fc255d6bf0da8ca7852632143b72235fb3710b.tar.bz2 hardened-refpolicy-87fc255d6bf0da8ca7852632143b72235fb3710b.zip |
tests.yml: Remove irrelevant comment.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0055e399..d45ac7f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: with: repository: SELinuxProject/selint # support exclusions in interface arguments - ref: 'v1.3.0' # "Parse interface taking list of exemptions" + ref: 'v1.3.0' path: selint - name: Build SELint |