mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
ci: Fix destroy benchmark env workflow (no-changelog) (#10572)
This commit is contained in:
@@ -2,7 +2,7 @@ name: Destroy Benchmark Env
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 4 * * *'
|
- cron: '0 1 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -25,16 +25,15 @@ jobs:
|
|||||||
tenant-id: ${{ secrets.BENCHMARK_ARM_TENANT_ID }}
|
tenant-id: ${{ secrets.BENCHMARK_ARM_TENANT_ID }}
|
||||||
subscription-id: ${{ secrets.BENCHMARK_ARM_SUBSCRIPTION_ID }}
|
subscription-id: ${{ secrets.BENCHMARK_ARM_SUBSCRIPTION_ID }}
|
||||||
|
|
||||||
- run: Setup node
|
- run: corepack enable
|
||||||
- uses: actions/setup-node@v4.0.2
|
- uses: actions/setup-node@v4.0.2
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
cache: pnpm
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Destroy cloud env
|
- name: Destroy cloud env
|
||||||
if: github.event.inputs.debug == 'true'
|
|
||||||
run: pnpm destroy-cloud-env
|
run: pnpm destroy-cloud-env
|
||||||
working-directory: packages/@n8n/benchmark
|
working-directory: packages/@n8n/benchmark
|
||||||
|
|||||||
Reference in New Issue
Block a user