From 6200051503b7192f917ae811159269b9cb6dafd5 Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Fri, 10 Jul 2026 15:35:20 +0200 Subject: [PATCH] fea:t try try ci --- .gitea/workflows/ci.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 80097bc..153e018 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,18 +20,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.3' - extensions: > - bcmath, - ctype, - curl, - dom, - fileinfo, - mbstring, - openssl, - pdo, - tokenizer, - xml, - zip + extensions: bcmath,ctype,curl,dom,fileinfo,mbstring,openssl,pdo,tokenizer,xml,zip coverage: none @@ -75,7 +64,7 @@ jobs: needs: test - if: github.ref == 'refs/heads/main' + if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest