8000 add done job · snmng/arduinoWebSockets@e70262d · GitHub
[go: up one dir, main page]

Skip to content

Commit e70262d

Browse files
committed
add done job
1 parent 822618f commit e70262d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,10 @@ jobs:
165165
cd $GITHUB_WORKSPACE
166166
build_sketch arduino $SKETCH
167167
168+
done:
169+
needs: [prepare_ide, prepare_example_json, build]
170+
runs-on: ubuntu-latest
171+
steps:
172+
name: Done
173+
run: |
174+
echo DONE

0 commit comments

Comments
 (0)
0