mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-29 14:26:24 +00:00
Update basic-support-info.yml
This commit is contained in:
parent
95906f1ede
commit
b29cec6921
1 changed files with 1 additions and 1 deletions
2
.github/workflows/basic-support-info.yml
vendored
2
.github/workflows/basic-support-info.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
for label in $LABELS; do
|
for label in $LABELS; do
|
||||||
if [ "$label" = "investigate" ]; then
|
if [ "$label" = "investigate" ]; then
|
||||||
echo "Issue has 'investigate' label. Skipping workflow."
|
echo "Issue has 'investigate' label. Skipping workflow."
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue