From dc08ecf287056c049f2d5b13ed9aed6f6988212d Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Mon, 6 Feb 2023 11:03:41 -0500 Subject: [PATCH] Disable latest OpenWrt test --- .github/workflows/docker-OpenWrt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-OpenWrt.yml b/.github/workflows/docker-OpenWrt.yml index 70c05ffe1..08e3f04cf 100644 --- a/.github/workflows/docker-OpenWrt.yml +++ b/.github/workflows/docker-OpenWrt.yml @@ -29,7 +29,7 @@ jobs: needs: build_library strategy: matrix: - release: [ "snapshot", "22.03-SNAPSHOT", "21.02-SNAPSHOT" ] # some other versions: 21.02.0 21.02.5 22.03.0 22.03.3 + release: [ "22.03-SNAPSHOT", "21.02-SNAPSHOT" ] # some other versions: 21.02.0 21.02.5 22.03.0 22.03.3 snapshot steps: - uses: actions/checkout@v3 - uses: docker/setup-buildx-action@v2