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 5, 2023
1 parent 00e9bcb commit eb2c063
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 eb2c063

Please sign in to comment.