Skip to content

Prevent stale dashboard refresh after operator actions #45

Prevent stale dashboard refresh after operator actions

Prevent stale dashboard refresh after operator actions #45

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm run test
- run: npm run build