Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Enforce timeout-minutes
=======================

Enforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota.

# Example

```yaml
name: Enforce timeout-minutes

on: push

jobs:
enforce-timeout-minutes:
runs-on: ubuntu-latest
timeout-minutes: 2

steps:
- 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.