1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-06 09:37:36 +03:00

ci: Use correct env in destroy benchmark env job (no-changelog) (#10546)

This commit is contained in:
Tomi Turtiainen 2024-08-26 09:58:17 +03:00 committed by GitHub
parent 609bc4d97d
commit cd0c6d9b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
environment: benchmark
environment: benchmarking
steps:
- name: Checkout