From cdeab78d432d7124b34a0c25cec036ca736fda3b Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Sun, 25 Aug 2024 23:24:17 +0200 Subject: [PATCH] suite --- .gitea/workflows/Quality.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index d14cc28..3303d45 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -23,6 +23,8 @@ jobs: runs-on: ubuntu-latest steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.repository }} event." + - name: Check out the code uses: actions/checkout@v4 with: