File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ permissions:
3232
3333jobs :
3434 coverage :
35+ # Disable until runner with Nvidia GPU available
36+ if : false
3537 runs-on : ubuntu-latest
3638 name : " coverage: ${{ matrix.coverage.name }}"
3739 strategy :
Original file line number Diff line number Diff line change 5353 name : Publish packages to test.pypi.org
5454 # environment: publish-test-pypi
5555 if : |
56- github.repository_owner == 'hickeyma ' && (
56+ github.repository_owner == 'foundation-model-stack ' && (
5757 github.event.action == 'published' ||
5858 (github.event_name == 'push' && github.ref == 'refs/heads/main')
5959 )
8787 name : Publish release to pypi.org
8888 # environment: publish-pypi
8989 if : |
90- github.repository_owner == 'hickeyma ' && github.event.action == 'published'
90+ github.repository_owner == 'foundation-model-stack ' && github.event.action == 'published'
9191 permissions :
9292 # see https://docs.pypi.org/trusted-publishers/
9393 id-token : write
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ permissions:
3535
3636jobs :
3737 test :
38- # Start name with 'test:' for test-workflow-complete job_ids
38+ # Disable until runner with Nvidia GPU available
39+ if : false
3940 name : " test: ${{ matrix.python }} on ${{ matrix.platform }}"
4041 runs-on : " ${{ matrix.platform }}"
4142 strategy :
You can’t perform that action at this time.
0 commit comments