Skip to content

Commit

Permalink
ci: add additional dependencies test for release pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Apr 15, 2024
1 parent e61f2b9 commit cf6e48e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Run tests with newest dependencies"
on:
workflow_dispatch
on: [workflow_dispatch, workflow_call]

jobs:
run-tests:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ jobs:
name: "Run tests job"
uses: ./.github/workflows/_tests.yml
secrets: inherit

run-tests-newest-dependencies:
if: contains(github.event.pull_request.labels.*.name, 'release')
name: "Run tests with newest dependencies job"
uses: ./.github/workflows/manual_tests.yml
secrets: inherit

0 comments on commit cf6e48e

Please sign in to comment.