From cad77c8fb3e33f30ed21b052dde9e6fdf317818b Mon Sep 17 00:00:00 2001 From: lobo Date: Sun, 26 Feb 2023 20:03:09 +0000 Subject: [PATCH] tags test (succeed) --- .gitea/workflows/hello_world.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index ef6445d..680b7d1 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -15,7 +15,7 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: false + - run: true - run: echo "🍏 This job's status is ${{ job.status }}." - name: Success Notification if: success()