Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komiya-atsushi/action-enforce-timeout-minutes
Enforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota.
https://github.com/komiya-atsushi/action-enforce-timeout-minutes
actions
Last synced: 4 days ago
JSON representation
Enforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota.
- Host: GitHub
- URL: https://github.com/komiya-atsushi/action-enforce-timeout-minutes
- Owner: komiya-atsushi
- License: mit
- Created: 2020-11-28T05:51:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T01:55:31.000Z (over 1 year ago)
- Last Synced: 2024-04-24T15:19:38.186Z (7 months ago)
- Topics: actions
- Language: TypeScript
- Homepage:
- Size: 378 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - komiya-atsushi/action-enforce-timeout-minutes - Enforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota. (TypeScript)
README
Enforce timeout-minutes
=======================Enforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota.
# Example
```yaml
name: Enforce timeout-minuteson: push
jobs:
enforce-timeout-minutes:
runs-on: ubuntu-latest
timeout-minutes: 2steps:
- name: Checkout
uses: actions/checkout@v3- name: Enforce timeout-minutes
uses: komiya-atsushi/action-enforce-timeout-minutes@v1
```# License
MIT License.
Copyright (c) 2020 KOMIYA Atsushi.