Skip to content

komiya-atsushi/action-enforce-timeout-minutes

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •