Skip to content

Commit

Permalink
ci: Bump Guix build timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Nov 22, 2023
1 parent 6db3c13 commit de5f100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-core" ]
if: contains(github.event.pull_request.labels.*.name, 'guix-build')
timeout-minutes: 720
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Run Guix build
timeout-minutes: 720
run: |
docker run --privileged -d --rm -t \
--name guix-daemon \
Expand Down

0 comments on commit de5f100

Please sign in to comment.