Skip to content

Commit

Permalink
Rename workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun authored Oct 26, 2023
1 parent d2716fd commit 3af4acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
name: Validate .NET solution
on:
schedule:
- cron: '0 0 * * 2'
workflow_dispatch:
Expand All @@ -8,6 +9,7 @@ on:
- main
jobs:
validate-dotnet:
name: Validate .NET solution
uses: azure-samples/code-validation/.github/workflows/dotnet.yml@main
with:
version: '8.0'
Expand Down

0 comments on commit 3af4acd

Please sign in to comment.