From 44fe03f761a3829f3695337d7e2f348cc1808147 Mon Sep 17 00:00:00 2001 From: Marko Zagar Date: Wed, 2 Oct 2024 00:32:13 +0300 Subject: [PATCH 1/2] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17f509c..3060b7f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # actions-test +This is a new change. \ No newline at end of file -- 2.45.2 From e7368b72357753d9a73b70a920a2696182e2eb40 Mon Sep 17 00:00:00 2001 From: Marko Zagar Date: Wed, 2 Oct 2024 00:33:24 +0300 Subject: [PATCH 2/2] Slow test check --- .gitea/workflows/check_pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/check_pr.yaml b/.gitea/workflows/check_pr.yaml index d1793cc..4ccdc47 100644 --- a/.gitea/workflows/check_pr.yaml +++ b/.gitea/workflows/check_pr.yaml @@ -5,5 +5,6 @@ jobs: test_something: runs-on: ubuntu-latest steps: + - run: sleep 120 - run: echo "All is fine." \ No newline at end of file -- 2.45.2