From 9e2acd6fcd01b9d038656e823d5e9db3ed060316 Mon Sep 17 00:00:00 2001 From: Philip Gough <philip.p.gough@gmail.com> Date: Tue, 15 Aug 2023 11:53:47 +0100 Subject: [PATCH] test --- .github/workflows/versions.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml index 79b25ce1..f1ae3bfb 100644 --- a/.github/workflows/versions.yaml +++ b/.github/workflows/versions.yaml @@ -12,10 +12,6 @@ jobs: strategy: matrix: branch: - - 'release-0.9' - - 'release-0.10' - - 'release-0.11' - - 'release-0.12' - 'main' steps: - uses: actions/checkout@v3 @@ -34,8 +30,11 @@ jobs: # Get the links to the changelogs of the updated versions and make them # available to the reviewers new_changelogs=$(scripts/get-new-changelogs.sh) + echo "test" + echo "$new_changelogs" echo "new_changelogs=$new_changelogs" >> $GITHUB_OUTPUT - if: matrix.branch == 'main' + echo "EOF" >> $GITHUB_OUTPUT + - name: Update jsonnet dependencies run: | make update -- GitLab