We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429da86 commit ed04f7fCopy full SHA for ed04f7f
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