Skip to content

Commit 786f5e2

Browse files
authored
Code flow updates (#8020)
1 parent e773f77 commit 786f5e2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/sync-branches.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'dotnet/dotnet-monitor'
1515
strategy:
1616
matrix:
17-
branch: ["release/8.0", "release/8.x", "release/9.x"]
17+
branch: ["release/8.x", "release/9.0", "release/9.x"]
1818
name: 'Sync non-code to ${{ matrix.branch }}'
1919
runs-on: ubuntu-latest
2020
permissions:
@@ -52,12 +52,10 @@ jobs:
5252
auth_token: ${{ secrets.GITHUB_TOKEN }}
5353

5454
sync-code:
55-
# Disable code sync
56-
if: false
57-
#if: github.repository == 'dotnet/dotnet-monitor'
55+
if: github.repository == 'dotnet/dotnet-monitor'
5856
strategy:
5957
matrix:
60-
branch: ["feature/9.x"]
58+
branch: ["feature/10.0"]
6159
name: 'Sync branch with ${{ matrix.branch }}'
6260
runs-on: ubuntu-latest
6361
permissions:

0 commit comments

Comments
 (0)