Skip to content

Commit

Permalink
Workflow testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Nov 25, 2024
1 parent 6f131a8 commit bee9cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_build_target_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- name: List added targets
run: |
./target_repo/util/ci/pull_request_targets.py "--base-path=base_repo" "--target-path=target_repo" "--merge-sha=${{ github.event.pull_request.merge_commit_sha }}" "--base-sha=${{ github.event.pull_request.base.sha }}"
pwd
python3 ./target_repo/util/ci/pull_request_targets.py "--base-path=$(realpath base_repo)" "--target-path=$(realpath target_repo)" "--merge-sha=${{ github.event.pull_request.merge_commit_sha }}" "--base-sha=${{ github.event.pull_request.base.sha }}"

0 comments on commit bee9cf1

Please sign in to comment.