File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Build Safety-Critical Rust Coding Guidelines
1+ name : Build
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : CI
1+ name : Deploy
22
33on :
44 push :
77
88jobs :
99 deploy :
10- # Call the main build workflow
11- uses : ./.github/workflows/build-guidelines.yml
12- # If your main workflow is in a different file, adjust the path accordingly
1310
1411 name : Deploy
1512 runs-on : ubuntu-latest
1613 steps :
14+ # Call the main build workflow
15+ - uses : ./.github/workflows/build-guidelines.yml
16+ # If your main workflow is in a different file, adjust the path accordingly
1717 - uses : peaceiris/actions-gh-pages@v4
1818 with :
1919 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- name : Nightly Safety-Critical Rust Coding Guidelines Build Schedule
1+ name : Nightly
22
33on :
44 schedule :
You can’t perform that action at this time.
0 commit comments