Skip to content

Commit from GitHub Actions (Release charts, docker images and binaries) #1

Commit from GitHub Actions (Release charts, docker images and binaries)

Commit from GitHub Actions (Release charts, docker images and binaries) #1

name: Run all tests on push to main or PR
on:
pull_request:
push:
branches: [main]
jobs:
test:
name: Test
uses: ./.github/workflows/run-all-tests.yml
secrets: inherit