Skip to content

feat(server): Allow custom properties on integration import (#7008) #559

feat(server): Allow custom properties on integration import (#7008)

feat(server): Allow custom properties on integration import (#7008) #559

Workflow file for this run

name: Cache Warmup
on:
push:
branches:
- master
concurrency:
group: cache-warmup
cancel-in-progress: true
jobs:
warm-npm-cache:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- run: npm ci