Enforce timeout-minutes
ActionsEnforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota
v1
LatestTags
(1)Enforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota.
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
MIT License.
Copyright (c) 2020 KOMIYA Atsushi.
Enforce timeout-minutes is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.