Skip to content

Commit

Permalink
Centralized test execution and created source commit only after tests…
Browse files Browse the repository at this point in the history
… execution (#176)
  • Loading branch information
masesdevelopers authored May 15, 2024
1 parent 2fad2a2 commit 4635440
Show file tree
Hide file tree
Showing 5 changed files with 710 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI_DOCS
# events but only for the master branch
on:
workflow_run:
workflows: ["CI_LINUX"]
workflows: ["CI_REFLECT_TEST_COMMIT"]
branches: [master]
types:
- completed
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI_MAVEN
# events but only for the master branch
on:
workflow_run:
workflows: ["CI_LINUX"]
workflows: ["CI_REFLECT_TEST_COMMIT"]
branches: [master]
types:
- completed
Expand Down
Loading

0 comments on commit 4635440

Please sign in to comment.