Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-lambda-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## test the artifacts for App Signals enablement.
name: DotNet Lambda Enablement Canary Testing
on:
#schedule:
#- cron: '14,39 * * * *' # run the workflow at 14th and 39th minute of every hour
schedule:
- cron: '14,39 * * * *' # run the workflow at 14th and 39th minute of every hour
workflow_dispatch: # be able to run the workflow on demand

permissions:
Expand Down
Loading