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 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