-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing pull request with pull request target
- Loading branch information
Showing
1 changed file
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: Code Coverage | |
# Controls when the action will run. Triggers the workflow on pull request | ||
# events or push events in the develop branch. | ||
on: | ||
pull_request: | ||
pull_request_target | ||
#on: | ||
# pull_request: | ||
push: | ||
branches: | ||
# Push events on develop branch | ||
|
@@ -16,19 +18,19 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
check_unit_tests_completed: | ||
name: Check unit test completed | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for unit tests to checks | ||
uses: ArcticLampyrid/[email protected] | ||
with: | ||
workflow: unit_tests.yml | ||
sha: auto | ||
# check_unit_tests_completed: | ||
# name: Check unit test completed | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Wait for unit tests to checks | ||
# uses: ArcticLampyrid/[email protected] | ||
# with: | ||
# workflow: unit_tests.yml | ||
# sha: auto | ||
|
||
compute_changed_files: | ||
name: Compute changed files | ||
needs: check_unit_tests_completed | ||
# needs: check_unit_tests_completed | ||
runs-on: ubuntu-20.04 | ||
outputs: | ||
matrix: ${{ steps.compute-file-matrix.outputs.matrix }} | ||
|