Skip to content

Dashboard-as-Code actions & workflow #4

Dashboard-as-Code actions & workflow

Dashboard-as-Code actions & workflow #4

Workflow file for this run

name: Test the Dashboard-as-Code workflow
on:
workflow_dispatch: # Allow manual triggering
push:
branches:
- main
- release/*
- snapshot/*
tags:
- v*
pull_request:
merge_group:
jobs:
test-dac:
uses: ./.github/workflows/dac.yaml
with:
url: https://demo.perses.dev
directory: ./testdata/dac_folder
username: test
password: test
skip_preview: true
skip_diff: true