aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/settings.yml1
-rw-r--r--.github/workflows/pull_request.yml12
2 files changed, 0 insertions, 13 deletions
diff --git a/.github/settings.yml b/.github/settings.yml
index fde1224..1547076 100644
--- a/.github/settings.yml
+++ b/.github/settings.yml
@@ -105,7 +105,6 @@ branches:
# Required. The list of status checks to require in order to merge into this branch
contexts:
- centos-7
- - ubuntu-18
- ubuntu-20
- fedora-35
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 804c822..6299969 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -12,18 +12,6 @@ jobs:
sudo apt-get -y install libjson-c-dev libcmocka-dev clang valgrind \
python3-pytest debianutils flake8
make pre-push VERBOSE=1
- ubuntu-18:
- timeout-minutes: 10
- runs-on: ubuntu-18.04
- steps:
- - uses: actions/checkout@v2
- - name: pre-push
- run: |
- # NB: no working flake8
- sudo apt update
- sudo apt-get -y install libjson-c-dev libcmocka-dev clang valgrind \
- python3-pytest debianutils
- make pre-push VERBOSE=1
centos-7:
timeout-minutes: 10
runs-on: ubuntu-latest