Skip to content

Commit

Permalink
update path to orgpolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
kweinmeister committed Nov 8, 2022
1 parent 352f835 commit 6eb7e86
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/org-policy.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: org-policy
name: orgpolicy
on:
push:
branches:
- main
paths:
- "org-policy/**"
- "orgpolicy/**"
pull_request:
paths:
- "org-policy/**"
- "orgpolicy/**"
pull_request_target:
types: [labeled]
schedule:
Expand Down Expand Up @@ -36,9 +36,9 @@ jobs:
with:
node-version: 16
- run: npm install
working-directory: org-policy
working-directory: orgpolicy
- run: npm test
working-directory: org-policy
working-directory: orgpolicy
env:
MOCHA_REPORTER_SUITENAME: org_policy
MOCHA_REPORTER_OUTPUT: org_policy_sponge_log.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mediatranslation",
"monitoring/opencensus",
"monitoring/prometheus",
"org-policy",
"orgpolicy",
"datacatalog/cloud-client",
"datacatalog/quickstart",
"datastore/functions"
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workflows @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/nodejs-samples-rev
eventarc @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/nodejs-samples-reviewers

# Infrastructure
org-policy @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/nodejs-samples-reviewers
orgpolicy @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/nodejs-samples-reviewers

# Other functions samples
functions/scheduleinstance @askmeegs @GoogleCloudPlatform/nodejs-samples-reviewers
Expand Down
6 changes: 3 additions & 3 deletions org-policy/README.md → orgpolicy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Before running the samples, make sure you've followed the steps outlined in

### Quickstart

View the [source code](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/org-policy/quickstart.js).
View the [source code](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/orgpolicy/quickstart.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/nodejs-docs-samples&page=editor&open_in_editor=org-policy/quickstart.js,org-policy/README.md)
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/nodejs-docs-samples&page=editor&open_in_editor=orgpolicy/quickstart.js,orgpolicy/README.md)

__Usage:__

Expand All @@ -44,5 +44,5 @@ __Usage:__


[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/nodejs-docs-samples&page=editor&open_in_editor=org-policy/README.md
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/nodejs-docs-samples&page=editor&open_in_editor=orgpolicy/README.md
[product-docs]: https://cloud.google.com/resource-manager/docs/organization-policy/overview
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6eb7e86

Please sign in to comment.