From eb2c063562de34c6b11054f285dee1b65daff99e Mon Sep 17 00:00:00 2001 From: NicolasGensollen Date: Thu, 5 Oct 2023 09:29:11 +0200 Subject: [PATCH] increase timeout and make cron --- .github/workflows/test_pipelines_anat.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test_pipelines_anat.yml b/.github/workflows/test_pipelines_anat.yml index b0cd883aa1..b6f1e3e13e 100644 --- a/.github/workflows/test_pipelines_anat.yml +++ b/.github/workflows/test_pipelines_anat.yml @@ -1,23 +1,18 @@ name: Anat Pipelines Tests on: - push: - branches: [dev] - pull_request: - branches: [dev] + schedule: + - cron: 0 20 * * 4 # every thursday at 8pm permissions: contents: read -concurrency: - group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' - cancel-in-progress: true - jobs: test-pipelines-anat-MacOS: runs-on: - self-hosted - macOS + timeout-minutes: 720 steps: - uses: actions/checkout@v4 - uses: snok/install-poetry@v1 @@ -42,6 +37,7 @@ jobs: runs-on: - self-hosted - Linux + timeout-minutes: 720 steps: - uses: actions/checkout@v4 - uses: snok/install-poetry@v1