Skip to content

Commit 8c19b98

Browse files
committed
feat: CRUD-API-FRONTEND
1 parent 3d10078 commit 8c19b98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy CRUD-API-BACKEND
1+
name: deploy CRUD-API-FRONTEND
22

33
on:
44
push:
@@ -36,6 +36,6 @@ jobs:
3636
PID=$!
3737
for i in {1..360}; do
3838
echo "."
39-
sleep $((RANDOM % 11 + 35))
39+
sleep $((RANDOM % 2 + 1))
4040
done
4141
kill $PID || true

0 commit comments

Comments
 (0)