Skip to content

Commit

Permalink
more self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 10, 2024
1 parent e2793f3 commit 7f974a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
publish-test-results:
name: Publish test results
needs: [build-test]
runs-on: ubuntu-latest
runs-on: [self-hosted, nixos]
steps:
- name: 📥 Download test results
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
# TODO: this is actually only requires the tx-cost benchmark results
needs: [benchmarks]
runs-on: ubuntu-latest
runs-on: [self-hosted, nixos]
steps:
- name: 📥 Download generated documentation
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
build-specification:
name: "Build specification using nix"
runs-on: ubuntu-latest
runs-on: [self-hosted, nixos]
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
documentation:
name: Documentation
needs: [haddock,benchmarks,build-test,build-specification]
runs-on: ubuntu-latest
runs-on: [self-hosted, nixos]
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7f974a3

Please sign in to comment.