From 2a881f757c4dcc7537364fa65a763dd3bdf9a56b Mon Sep 17 00:00:00 2001 From: Miklos Bagi Date: Sat, 7 Sep 2024 17:04:23 +0200 Subject: [PATCH] Attempting to slim it down further --- .github/workflows/pr-check.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index ff347fa..1a632e0 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -43,26 +43,20 @@ jobs: - name: Test against Gluetun v3.36 run: make GLUETUN_VERSION=v3.36 pr-test - - uses: actions/checkout@v3 - name: Test against Gluetun v3.37 run: make GLUETUN_VERSION=v3.37 pr-test - - uses: actions/checkout@v3 - name: Test against Gluetun v3.37.1 run: make GLUETUN_VERSION=v3.37.1 pr-test - - uses: actions/checkout@v3 - name: Test against Gluetun v3.38 run: make GLUETUN_VERSION=v3.38 pr-test - - uses: actions/checkout@v3 - name: Test against Gluetun v3.38.1 run: make GLUETUN_VERSION=v3.38.1 pr-test - - uses: actions/checkout@v3 - name: Test against Gluetun v3.39 run: make GLUETUN_VERSION=v3.39 pr-test - - uses: actions/checkout@v3 - name: Test against Gluetun latest run: make GLUETUN_VERSION=latest pr-test