File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 4242 RUN_ID="dispatch"
4343 elif [ "${{ github.ref }}" == "refs/heads/main" ]; then
4444 RUN_ID="main"
45- elif [ "${{ github.ref }}" == "refs/heads/develop" ]; then
46- RUN_ID="develop"
4745 else
4846 RUN_ID="${{ github.event.number }}"
4947 fi
Original file line number Diff line number Diff line change 2323 - edited
2424 - ready_for_review
2525 - unlocked
26- branches :
27- - develop
2826
2927jobs :
3028 label-validation :
Original file line number Diff line number Diff line change @@ -283,8 +283,6 @@ jobs:
283283 RUN_ID="dispatch"
284284 elif [ "${{ github.ref }}" == "refs/heads/main" ]; then
285285 RUN_ID="main"
286- elif [ "${{ github.ref }}" == "refs/heads/develop" ]; then
287- RUN_ID="develop"
288286 else
289287 RUN_ID="${{ github.event.number }}"
290288 fi
Original file line number Diff line number Diff line change 1616
1717[ ![ Build Tests] ( https://github.com/google/xpk/actions/workflows/build_tests.yaml/badge.svg?query=branch%3Amain )] ( https://github.com/google/xpk/actions/workflows/build_tests.yaml?query=branch%3Amain )
1818[ ![ Nightly Tests] ( https://github.com/google/xpk/actions/workflows/nightly_tests.yaml/badge.svg?query=branch%3Amain )] ( https://github.com/google/xpk/actions/workflows/nightly_tests.yaml?query=branch%3Amain )
19- [ ![ Develop Tests] ( https://github.com/AI-Hypercomputer/xpk/actions/workflows/build_tests.yaml/badge.svg?query=branch%3Adevelop )] ( https://github.com/AI-Hypercomputer/xpk/actions/workflows/build_tests.yaml?query=branch%3Adevelop )
20- [ ![ Develop Nightly Tests] ( https://github.com/AI-Hypercomputer/xpk/actions/workflows/nightly_tests.yaml/badge.svg?query=branch%3Adevelop )] ( https://github.com/AI-Hypercomputer/xpk/actions/workflows/nightly_tests.yaml?query=branch%3Adevelop )
2119
2220# Overview
2321
You can’t perform that action at this time.
0 commit comments