Skip to content

Commit

Permalink
Trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Oct 2, 2024
1 parent 917d200 commit 50a3ac1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Unit tests

on:
workflow_dispatch:
push:
Expand All @@ -7,7 +9,8 @@ on:

jobs:
run-tests:
runs-on: [CUDA-Linux-x64]
runs-on:
group: CUDA-Linux-x64
needs: build-cuda
strategy:
fail-fast: false
Expand Down

0 comments on commit 50a3ac1

Please sign in to comment.