Skip to content

Commit

Permalink
seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft committed May 1, 2024
1 parent 91cb730 commit 9fcdc25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu_java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
IS_BASIC_TIER_HUB: true
TARGET_BRANCH: $(System.PullRequest.TargetBranch)
RECYCLE_TEST_IDENTITIES: true
IS_PULL_REQUEST: ${{github.event_name}} == "pull_request"
PIPELINE_TRIGGER_TYPE: ${{github.event_name}}
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows_java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
IS_BASIC_TIER_HUB: true
TARGET_BRANCH: $(System.PullRequest.TargetBranch)
RECYCLE_TEST_IDENTITIES: true
IS_PULL_REQUEST: ${{github.event_name}} == "pull_request"
PIPELINE_TRIGGER_TYPE: ${{github.event_name}}
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows_java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
IS_BASIC_TIER_HUB: true
TARGET_BRANCH: $(System.PullRequest.TargetBranch)
RECYCLE_TEST_IDENTITIES: true
IS_PULL_REQUEST: ${{github.event_name}} == "pull_request"
PIPELINE_TRIGGER_TYPE: ${{github.event_name}}

0 comments on commit 9fcdc25

Please sign in to comment.