Skip to content

Fix date selecting in E2E #247

Fix date selecting in E2E

Fix date selecting in E2E #247

Workflow file for this run

name: Push (other branches)
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build image
uses: ./.github/workflows/build_image.yaml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/run_tests.yaml
needs:
- build