Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Nov 1, 2023
1 parent c48dc5e commit 9c056e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
(
while true; do
if [ "$(gh issue view 14 | grep -cm1 CLOSED)" == 1 ];then
gh run cancel $GITHUB_RUN_ID
else
sleep 1
echo 1
fi
done
) & (
sleep 1
echo 1
)

0 comments on commit 9c056e2

Please sign in to comment.