Skip to content

Commit 4d332b9

Browse files
doc: clarify pipeline scheduling requirements in README
1 parent 2bb7913 commit 4d332b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ Includes:
122122
> [!NOTE]
123123
> Needs to be scheduled in GitLab-CI.
124124

125+
> [!IMPORTANT]
126+
> A pipeline schedule needs to have set the variable `SCHEDULE_TASK_NAME` to the desired task, e.g. `security:composer:check:scheduled` or `security:npm:check:scheduled`.
127+
> This is a workaround (see according rules) to address specific jobs in a scheduled pipeline.
128+
125129
## ⭐ License
126130

127131
This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE).

0 commit comments

Comments
 (0)