Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/config/nodejs.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"cloud-sql/sqlserver/tedious", // (untested) TypeError: The "config.server" property is required and must be of type string.
"compute", // GoogleError: The resource 'projects/long-door-651/zones/us-central1-a/disks/disk-from-pool-name' was not found
"dataproc", // GoogleError: Error submitting create cluster request: Multiple validation errors
"datastore/functions", // [ERR_REQUIRE_ESM]: require() of ES Module
"dialogflow-cx", // NOT_FOUND: com.google.apps.framework.request.NotFoundException: Agent 'undefined' does not exist
"dlp", // [ERR_REQUIRE_ESM]: require() of ES Module
"document-ai", // [ERR_REQUIRE_ESM]: require() of ES Module
Expand Down
39 changes: 10 additions & 29 deletions .github/workflows/datastore-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: datastore-functions
name: Deprecated Workflow
on:
push:
branches:
- main
paths:
- 'datastore/functions/**'
- '.github/workflows/datastore-functions.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
paths:
- 'datastore/functions/**'
- '.github/workflows/datastore-functions.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

permissions:
contents: read

jobs:
test:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
uses: ./.github/workflows/test.yaml
with:
name: 'datastore-functions'
path: 'datastore/functions'
deprecated:
runs-on: ubuntu-latest
steps:
- run: echo "This workflow is deprecated and kept temporarily to bypass zizmor scan."
1 change: 0 additions & 1 deletion .github/workflows/utils/workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"datacatalog/snippets",
"datalabeling",
"dataproc",
"datastore/functions",
"dialogflow",
"discoveryengine",
"dlp",
Expand Down
86 changes: 0 additions & 86 deletions datastore/functions/README.md

This file was deleted.

139 changes: 0 additions & 139 deletions datastore/functions/index.js

This file was deleted.

30 changes: 0 additions & 30 deletions datastore/functions/package.json

This file was deleted.

Loading
Loading