aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r--.github/workflows/pull_request.yml12
1 files changed, 0 insertions, 12 deletions
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