Merge pull request #6062 from bandi13/disableOpenWrtSnapshot

Disable latest OpenWrt test
This commit is contained in:
David Garske 2023-02-06 08:06:31 -08:00 committed by GitHub
commit cc037447dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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