Skip to content

Commit

Permalink
Fix workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Feb 23, 2024
1 parent f47a45e commit 22391be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regressiontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches: ['develop']
paths:
- .github/workflows/regressiontests.yml
- superdsm
- examples
- superdsm/**
- examples/**
- superdsm.yml
- tests/regression

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on:
workflow_dispatch:
pull_request:
branches: ['develop']
paths:
- .github/workflows/testsuite.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/**

jobs:

run_testsuite:
name: Test suite
timeout-minutes: 1440
runs-on: self-hosted
defaults:
run:
Expand Down

0 comments on commit 22391be

Please sign in to comment.