remove artifacts + reboot step in CI
This commit is contained in:
parent
1e30f70a97
commit
c31804f31b
|
|
@ -23,12 +23,3 @@ jobs:
|
||||||
|
|
||||||
- name: Build Icestick examples
|
- name: Build Icestick examples
|
||||||
run: make icestick
|
run: make icestick
|
||||||
|
|
||||||
- name: Upload examples folder as build artifact
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: examples
|
|
||||||
path: examples/
|
|
||||||
|
|
||||||
- name: Schedule reboot to reset build agent
|
|
||||||
run: shutdown -r +2
|
|
||||||
Loading…
Reference in New Issue