From d7375010d213fc87682a9cca10615def8d83caa2 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Sat, 25 Jul 2026 13:07:15 +0200 Subject: [PATCH] update test action --- .gitea/workflows/action.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 76a7883..756aba2 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -28,17 +28,17 @@ jobs: with: context: | branch=${{ inputs.branch }} - rules: - - conditions: - - branch == 9.0-alpine-24 - - branch == 9.0-alpine-23 - set: - DOTNET_SDK_VERSION=9.0 - DOTNET_RUNTIME_VERSION=9.0.18 - - conditions: - - branch == 9.0-alpine-24 - set: - ALPINE_VERSION=24 + rules: + - conditions: + - branch == 9.0-alpine-24 + - branch == 9.0-alpine-23 + set: + DOTNET_SDK_VERSION=9.0 + DOTNET_RUNTIME_VERSION=9.0.18 + - conditions: + - branch == 9.0-alpine-24 + set: + ALPINE_VERSION=24 - name: Dump contexts env: GITEA_CONTEXT: ${{ toJson(gitea) }}