Skip to content

Commit 12a6c26

Browse files
committed
Updated BuildPulse integration to point to main account
1 parent cc567d7 commit 12a6c26

File tree

2 files changed

+96
-96
lines changed

2 files changed

+96
-96
lines changed

.github/rawWorkflows/gh-ci-parameterized-flow.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
path: ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz
8686
retention-days: 30
8787
- name: Upload test results to BuildPulse for flaky test detection
88-
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !cancelled()
88+
if: !cancelled()
8989
uses: buildpulse/buildpulse-action@main
9090
with:
91-
account: 100582612927
92-
repository: 100441445875
91+
account: 357098
92+
repository: 349172057
9393
path: |
9494
**/TEST-*.xml
9595
key: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)