Skip to content

Commit

Permalink
Add blend/require-conditional-status-checks (#9)
Browse files Browse the repository at this point in the history
* Add blend/require-conditional-status-checks

* Add failing test to test_image.py

* Fix validate_pr.yml

* Update validate_pr.yml

* Remove failing test from f8daa37
  • Loading branch information
kostrykin authored Feb 23, 2024
1 parent 22391be commit e4908ff
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,56 @@ jobs:
run: |
echo "Contributions should be made against the develop branch, see README.rst."
exit 1
validate_conditional_checks:
name: Validate conditional checks
runs-on: ubuntu-latest

steps:

- uses: blend/[email protected]
with:
interval: 20s
checks-yaml: |
- job: 'Test: U2OS'
paths:
- .github/workflows/regressiontests.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/regression
- job: 'Test: NIH3T3'
paths:
- .github/workflows/regressiontests.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/regression
- job: 'Test: GOWT1-1'
paths:
- .github/workflows/regressiontests.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/regression
- job: 'Test: GOWT1-2'
paths:
- .github/workflows/regressiontests.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/regression
- job: 'Test: BBBC039'
paths:
- .github/workflows/regressiontests.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/regression
- job: 'Test suite'
paths:
- .github/workflows/testsuite.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/**

0 comments on commit e4908ff

Please sign in to comment.