Skip to content

Commit

Permalink
Update test_trigger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asyatrhl authored Dec 14, 2023
1 parent a812c18 commit dd38723
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
echo "IsSpecificRepository=${IsSpecificRepository}"
echo "IsDevelopBranch=${IsDevelopBranch}"
shell: bash
- name: Show outputs (for debugging)
run: echo "${{ toJson(outputs) }}"


- name: Set up environment
# if: steps.check-repository-branch.outputs.IsSpecificRepository == true && steps.check-repository-branch.outputs.IsDevelopBranch == true
Expand Down

0 comments on commit dd38723

Please sign in to comment.