From c55da0ec879fdd1b1aa81d7b89048ae0bb8701a8 Mon Sep 17 00:00:00 2001 From: Vincent JARDIN Date: Tue, 19 Mar 2024 11:43:53 +0100 Subject: [PATCH] Build libyang+FRRouting from libyang pull request Drop the explicit version v2.1.128 to avoid running it on every pull request/push. A scheduled run on specific tags will be provided by a later commit. Suggested-by: Michal Vasko --- .github/workflows/frr-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/frr-checks.yml b/.github/workflows/frr-checks.yml index 1e8b0df3b..097dfbeae 100644 --- a/.github/workflows/frr-checks.yml +++ b/.github/workflows/frr-checks.yml @@ -17,7 +17,6 @@ jobs: frr-versions: - master libyang-versions: - - v2.1.128 - ${{ github.ref_name }} steps: - name: add missing packages per building-frr-for-ubuntu2204