From 1fdac892c580ae11fa4d88fbe2415e019c2ece96 Mon Sep 17 00:00:00 2001 From: Joshua Date: Fri, 31 Jul 2020 23:50:18 +0100 Subject: [PATCH] Update README.md Added some information regarding this script running/not running depending on the job status. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e06846..c8da639 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ looking. You've came to the right place. this repository to show your love. ### Note +- If within your gitlab CI Code, you have a pause within the script code, this notiction yml code will still run, to fix this, we need to add allow_failure: false, this will mean the job will not run unless told to(see screenshot) + - If you face any issues in the scripts (and you're sure it's not on your side), please consider opening an issue and I'll fix it ASAP. - If you want to improve the scripts, feel free to open a pull request.