Skip to content

Commit

Permalink
Merge branch 'main' into fix/oauth2-default
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvi3d authored Aug 28, 2024
2 parents eaa2462 + b579e54 commit 742f670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readme-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "No documentation changes detected, exiting."
fi
env:
SOURCE_PATH: ./docs/docs/scm-ide-and-ci-cd-workflow-and-integrations/snyk-ide-plugins-and-extensions/visual-studio-code-extension/README.md
SOURCE_PATH: ./docs/docs/scm-ide-and-ci-cd-integrations/snyk-ide-plugins-and-extensions/visual-studio-code-extension/README.md
FILE_TO_COMMIT: README.md
DESTINATION_REPOSITORY: vscode-extension
DESTINATION_BRANCH: docs/automatic-gitbook-update
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Build and Release

on:
workflow_dispatch:
schedule:
- cron: '0 9 * * 2' # every Tuesday at 9 am UTC
branches:
- main
# schedule: TODO: align release schedule with CLI
# - cron: '0 9 * * 2' # every Tuesday at 9 am UTC

jobs:
build:
Expand Down

0 comments on commit 742f670

Please sign in to comment.