Skip to content

Commit

Permalink
increase timeout and make cron
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Oct 6, 2023
1 parent f0fb051 commit 70a31ac
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test_pipelines_anat.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -42,6 +37,7 @@ jobs:
runs-on:
- self-hosted
- Linux
timeout-minutes: 720
steps:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
Expand Down

0 comments on commit 70a31ac

Please sign in to comment.