Skip to content

Enforce timeout-minutes

Actions
Enforces setting timeout-minutes of the workflow jobs to prevent waste of minutes quota
v1
Latest
Star (5)

Tags

 (1)

Enforce timeout-minutes

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

Example

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.

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.

About

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

Tags

 (1)

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.