Skip to content

Commit

Permalink
Changing cron job to only Monday
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi authored and robpearson committed Feb 26, 2024
1 parent 89c3783 commit 2181d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: "0 09 * * *"
- cron: "0 09 * * MON"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2181d34

Please sign in to comment.