Skip to content

Commit

Permalink
Merge pull request #3 from codethulu/main
Browse files Browse the repository at this point in the history
Add jammy and x64 labels for self hosted runners.
  • Loading branch information
agileshaw authored Apr 3, 2024
2 parents b022e8d + 5851b79 commit 73bbb4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tests-1:
name: Run first set of tests
runs-on: [self-hosted, small]
runs-on: [self-hosted, small, jammy, x64]
timeout-minutes: 1440
outputs:
failed_tests: ${{ steps.collect-failed-tests.outputs.failed_tests }}
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
tests-2:
name: Run second set of tests
runs-on: [self-hosted, small]
runs-on: [self-hosted, small, jammy, x64]
timeout-minutes: 1440
outputs:
failed_tests: ${{ steps.collect-failed-tests.outputs.failed_tests }}
Expand Down

0 comments on commit 73bbb4d

Please sign in to comment.