From abded1de0298e3dadf3166092328f23ea55e8aab Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 22 Jul 2024 16:08:41 +0200 Subject: [PATCH] ci: add doc --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af4c6e0a542..ddf4ad9a670 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'recursive' + # set the run_very_expensive_tests flag based on a few criteras: + # - if we're in a PR with the label 'need/very-expensive-tests' + # - if we're in the nightly cron job (schedule) + # this flag is used later to setup the env variable LOTUS_RUN_VERY_EXPENSIVE_TESTS - id: envs env: GITHUB_EVENT_NAME: ${{ github.event_name }}