Skip to content

Commit 771c2d2

Browse files
committed
missed an exit
1 parent 7a76b47 commit 771c2d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/queue_commits.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
then
3434
echo "commit already queued"
3535
echo "ADDED=0" >> "$GITHUB_OUTPUT"
36+
exit 0
3637
fi
3738
if find results/ | grep $gitref 1> /dev/null 2>&1
3839
then
3940
echo "commit already collected"
4041
echo "ADDED=0" >> "$GITHUB_OUTPUT"
42+
exit 0
4143
fi
4244
cd queue
4345
touch $gitref

0 commit comments

Comments
 (0)