Skip to content

failure test in the ci #214

failure test in the ci

failure test in the ci #214

name: Integration tests
on:
push:
branches: [ "save_dump_file", "wf-changes/**" ]
merge_group:
types: [ "checks_requested" ]
schedule:
- cron: "0 * * * *"
permissions:
id-token: write
contents: read
jobs:
integration:
name: Integration
uses: ./.github/workflows/integration.yml
with:
ref: ${{ github.sha }}