mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2026-04-28 18:02:14 +02:00
add done job
This commit is contained in:
@@ -165,3 +165,10 @@ jobs:
|
||||
cd $GITHUB_WORKSPACE
|
||||
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