Skip to content

Commit 5e20d73

Browse files
authored
Update workflows (#744)
build: update workflows
1 parent 11728f8 commit 5e20d73

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/build_tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
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

.github/workflows/label-validation.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ on:
2323
- edited
2424
- ready_for_review
2525
- unlocked
26-
branches:
27-
- develop
2826

2927
jobs:
3028
label-validation:

.github/workflows/nightly_tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
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

0 commit comments

Comments
 (0)