Skip to content

Commit

Permalink
Set builder job timeout to 1 week (#19)
Browse files Browse the repository at this point in the history
Sets the timeout of the build job to 1 week (might be overkill but better set it too high than too low)
Also prevents multiple instances of the workflow from running concurrently.
  • Loading branch information
starcraft66 authored Feb 16, 2023
1 parent da061e1 commit 61c0b87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ on:
- nixpkgs-unstable
pull_request:
workflow_dispatch:
concurrency: "{{ github.head_ref || github.ref }}"
jobs:
build:
timeout-minutes: 10080
strategy:
matrix:
system:
Expand Down

0 comments on commit 61c0b87

Please sign in to comment.