This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Demo Time Out Action #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |