komiya-atsushi / action-enforce-timeout-minutes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:TypeScript 100.0%