File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1010permissions :
1111 contents : write
1212
13- if : github.repository_owner == 'arceos-hypervisor'
14-
1513jobs :
1614 check :
15+ if : github.repository_owner == 'arceos-hypervisor'
16+ name : Check
1717 uses : ./.github/workflows/check.yml
1818
1919 test :
20+ if : github.repository_owner == 'arceos-hypervisor'
21+ name : Test
2022 uses : ./.github/workflows/test.yml
2123 needs : check
2224
2325 publish-crates :
26+ if : github.repository_owner == 'arceos-hypervisor'
2427 name : Publish to crates.io
2528 runs-on : ubuntu-latest
2629 needs : test
5962 run : cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
6063
6164 create-release :
65+ if : github.repository_owner == 'arceos-hypervisor'
6266 name : Create GitHub Release
6367 runs-on : ubuntu-latest
6468 needs : publish-crates
You can’t perform that action at this time.
0 commit comments