Skip to content

Commit

Permalink
Disable .NET SDK update for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie authored Oct 7, 2024
1 parent e72878c commit 2628a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: update-dotnet-sdk
on:

# Scheduled trigger to check for .NET SDK updates at 12 UTC every Monday
schedule:
- cron: '00 12 * * MON'
#schedule:
# - cron: '00 12 * * MON'

# Manual trigger to update the .NET SDK on-demand.
workflow_dispatch:
Expand Down

0 comments on commit 2628a0d

Please sign in to comment.