We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1836806 commit 068e443Copy full SHA for 068e443
1 file changed
.github/workflows/buildcupy.yaml
@@ -10,7 +10,9 @@ on:
10
11
jobs:
12
build:
13
- runs-on: self-hosted
+ runs-on:
14
+ - self-hosted
15
+ - exouser
16
steps:
17
- name: Check out source repository
18
uses: actions/checkout@v6
0 commit comments