mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-27 14:17:14 +02:00
add done job
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -165,3 +165,10 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
build_sketch arduino $SKETCH
|
build_sketch arduino $SKETCH
|
||||||
|
|
||||||
|
done:
|
||||||
|
needs: [prepare_ide, prepare_example_json, build]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
name: Done
|
||||||
|
run: |
|
||||||
|
echo DONE
|
||||||
|
Reference in New Issue
Block a user