actions-test/.gitea/workflows/check_pr.yaml
Marko Zagar e7368b7235
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
PR Checks / test_something (push) Successful in 2m1s
Slow test check
2024-10-02 00:33:24 +03:00

10 lines
148 B
YAML

name: "PR Checks"
on: [push]
jobs:
test_something:
runs-on: ubuntu-latest
steps:
- run: sleep 120
- run: echo "All is fine."