Skip to content

[CI] Run test job with long wait #2

[CI] Run test job with long wait

[CI] Run test job with long wait #2

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test job
runs-on: ["self-hosted", "profiling"]
steps:
- name: Test
run: |
date
echo "Hello world"
sleep 7200 # 2 hours
date