Skip to content

Commit

Permalink
Merge pull request #20 from Azure-Samples/update-validation-workflow
Browse files Browse the repository at this point in the history
Update validation workflow
  • Loading branch information
seesharprun authored Oct 26, 2023
2 parents f4b4594 + 8c2b344 commit 57264a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Validate .NET solution
on:
on:
schedule:
- cron: '0 0 * * 2'
workflow_dispatch:
Expand All @@ -10,8 +10,7 @@ on:
jobs:
validate-dotnet:
name: Validate .NET solution
uses: Azure-Samples/code-validation/.github/workflows/dotnet.yml@main
uses: azure-samples/code-validation/.github/workflows/dotnet.yml@main
with:
version: '8.0'
working-directory: './src'
secrets: inherit

0 comments on commit 57264a1

Please sign in to comment.