Skip to content

Commit

Permalink
Enable Cron triggers
Browse files Browse the repository at this point in the history
Enable the Cron triggers for .NET 9 pre-release testing.
  • Loading branch information
martincostello committed Feb 13, 2024
1 parent fbba76e commit 34636b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-upgrade-report-for-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: dotnet-upgrade-report-for-nightly

on:
#schedule:
# - cron: '45 10 * * *'
schedule:
- cron: '45 10 * * *'
workflow_dispatch:

permissions: {}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-upgrade-report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: dotnet-upgrade-report

on:
#schedule:
# - cron: '30 08 * * *'
schedule:
- cron: '30 08 * * *'
workflow_call:
inputs:
branch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dotnet-sdks-for-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: update-dotnet-sdks-for-nightly

on:
#schedule:
# - cron: '00 10 * * *'
schedule:
- cron: '00 10 * * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 34636b0

Please sign in to comment.