commit: 52463e173f26fcb13b08fa672f12d5b069fe2015 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org> AuthorDate: Tue Dec 8 17:31:00 2020 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Jan 10 21:52:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=52463e17
Drop criteria on github actions. Either they do not have the desired effects or they are broken. Signed-off-by: Chris PeBenito <pebenito <AT> ieee.org> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59f3e2c0..1e26bab8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,10 +1,6 @@ name: Build tests -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] +on: [push, pull_request] env: SELINUX_USERSPACE_VERSION: checkpolicy-3.1
