Skip to content

Commit

Permalink
use timeout for managed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed May 28, 2024
1 parent 03fdf31 commit 3851b51
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- id: bounds
run: nix run .#bump -- --output=ga-pr
run: nix run .#bump -- --output=ga-pr --build-timeout=3600
- name: pr
if: steps.bounds.outputs.commit-message
uses: peter-evans/create-pull-request@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lower-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- id: bounds
run: nix run .#lower.init -- --output=ga-pr
run: nix run .#lower.init -- --output=ga-pr --build-timeout=3600
- name: pr
if: steps.bounds.outputs.commit-message
uses: peter-evans/create-pull-request@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lower-optimize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- id: bounds
run: nix run .#lower.optimize -- --output=ga-pr
run: nix run .#lower.optimize -- --output=ga-pr --build-timeout=3600
- name: pr
if: steps.bounds.outputs.commit-message
uses: peter-evans/create-pull-request@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lower.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- id: bounds
run: nix run .#lower -- --output=ga-pr
run: nix run .#lower -- --output=ga-pr --build-timeout=3600
- name: pr
if: steps.bounds.outputs.commit-message
uses: peter-evans/create-pull-request@v5
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@

inherit overrides;

envs.lower.overrides = {notest, ...}: {
polysemy-conc = notest;
polysemy-process = notest;
};

cabal = {
license = "BSD-2-Clause-Patent";
license-file = "LICENSE";
Expand Down

0 comments on commit 3851b51

Please sign in to comment.