From 5c215098d447ba76d0659d7cad26a37b7b9271c1 Mon Sep 17 00:00:00 2001 From: Quentin TREHEUX Date: Fri, 10 Mar 2023 15:00:38 +0100 Subject: [PATCH] [UPD] add comment --- .github/workflows/CI.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 434524a..9d6152e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,3 +49,24 @@ jobs: secrets: inherit +############################################################################## +# ADD NEW TASKS IN THE CI # +# # +# # +# ON this file # +# ADD name: NAME_OF_YOUR_TASK # +# ADD need option if you want to wait for a previous task to be completed # +# ADD uses: ./.github/workflows/NAME_OF_YOUR_FILE.yml # +# ADD secrets: inherit if you need to use your secrets # +# # +# ON your file # +# ADD name: NAME_OF_YOUR_TASK # +# ADD on: worflow_call: # +# ADD jobs: # +# ADD NAME_OF_YOUR_JOB: # +# ADD runs-on: ubuntu-latest # +# ADD if: Specify conditions for when to run a job # +# ADD environment: Staging or Production # +# ... Add your steps # +# # +############################################################################## \ No newline at end of file