Skip to content

Commit

Permalink
Merge branch 'master' into feature/202403_GetFileNameRegex_longer
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Apr 8, 2024
2 parents aa1e9da + 77fedf8 commit b8c6345
Show file tree
Hide file tree
Showing 31 changed files with 876 additions and 849 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/end2end-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ on:
workflow_dispatch:
schedule:
- cron: '45 0 * * *'

pull_request:
branches: [ master ]
paths:
- 'starsky-tools/end2end/**'
- '.github/workflows/end2end-ubuntu-ci.yml'

name: end2end on ubuntu-ci

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/end2end-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
branches: [ master ]
paths:
- '.github/workflows/end2end-windows-ci.yml'
pull_request:
branches: [ master ]
paths:
- 'starsky-tools/end2end/**'
- '.github/workflows/end2end-windows-ci.yml'

name: end2end on windows-ci

Expand Down
14 changes: 7 additions & 7 deletions documentation/package-lock.json

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

3 changes: 2 additions & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"update": "node ../starsky-tools/build-tools/documentation-create-docusaurus-update.js",
"update:install": "npm run update"
"update:install": "npm run update",
"update:yes": "npm run update"
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stages:
jobs:
- job: buildnetcore
displayName: 'Build'
timeoutInMinutes: 25 # how long to run the job before automatically cancelling
timeoutInMinutes: 30 # how long to run the job before automatically cancelling
cancelTimeoutInMinutes: 10 # how much time to give 'run always even if cancelled tasks' before stopping them
pool:
vmImage: 'ubuntu-22.04'
Expand Down
22 changes: 11 additions & 11 deletions starsky-tools/dropbox-import/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 starsky-tools/dropbox-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"update:install": "npx --yes npm-check-updates -u && npm install"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"dotenv": "^16.4.5"
},
"author": "",
Expand Down
Loading

0 comments on commit b8c6345

Please sign in to comment.