Skip to content

Commit

Permalink
ci: self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Feb 21, 2025
1 parent 5d1a3dc commit b32eca5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
- cron: "0 22 * * *" # every day at 22pm on default branch
workflow_dispatch:


jobs:
integration_tests:
runs-on: ubuntu-latest
runs-on: [self-hosted, gpu]

steps:
- name: Checkout repository
Expand All @@ -16,7 +17,7 @@ jobs:
ref: develop

- name: Set up Python
uses: actions/setup-python@5v
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit b32eca5

Please sign in to comment.