Skip to content

Commit 6807706

Browse files
committed
chore: adjust gha
1 parent f343e55 commit 6807706

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ jobs:
4141
chmod +x dotnet-install.sh
4242
./dotnet-install.sh -c 10.0 -q daily
4343
echo ~/.dotnet >> $GITHUB_PATH
44-
44+
if: github.event_name == 'schedule'
4545
name: Setup .NET
4646
47-
# - name: Setup .NET
48-
# uses: actions/[email protected]
49-
# with:
50-
# dotnet-version: '9.0.100-rc.2.24474.11'
51-
# include-prerelease: true
47+
- name: Setup .NET
48+
uses: actions/[email protected]
49+
if: github.event_name == 'pull_request'
50+
with:
51+
dotnet-version: '10.0.100-preview.3.25201.16'
52+
include-prerelease: true
5253

5354
- run: |
5455
cd src

0 commit comments

Comments
 (0)