Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Demo Time Out Action #3

Demo Time Out Action

Demo Time Out Action #3

Workflow file for this run

name: Demo Time Out Action
on:
workflow_dispatch:
jobs:
demo:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Sleep
run: sleep 120 # 120 seconds = 2 minutes