Skip to content

Commit

Permalink
Merge branch 'mschilling:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nratering authored Nov 6, 2024
2 parents fed7866 + cd07e21 commit d5e9d61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Basic Workflow
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *' # Runs at the end of every day (midnight Amsterdam converted to UTC)
- cron: '0 23 * * *' # Runs at the end of every day (midnight Amsterdam converted to UTC)

jobs:
simple-task:
Expand Down
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": "22"
},
"devDependencies": {
"@types/node": "^22.7.6",
"@types/node": "^22.8.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"prettier": "^2.5.1"
Expand Down

0 comments on commit d5e9d61

Please sign in to comment.