Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
weikanglim committed Oct 2, 2024
1 parent 2f31887 commit e95f08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
paths:
- "cli/**"
- '!cli/docs/**'
- ".github/workflows/cli-ci.yml"
- "go.mod"
branches: [main]
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
with:
node-version: "20"
- run: npm install -g [email protected]
- name: Spell check for CLI source code
- name: Spell check for go and docs
run: cspell lint '**/*.{go,md}' --config ./cli/azd/.vscode/cspell.yaml --root ./cli/azd --no-progress

bicep-lint:
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pr:
- cli/
- eng/pipelines/release-cli.yml
- eng/pipelines/templates/steps/publish-cli.yml
exclude:
- cli/azd/docs/**

extends:
template: /eng/pipelines/templates/stages/1es-redirect.yml
Expand Down

0 comments on commit e95f08f

Please sign in to comment.