Skip to content

chore: move to gh actions #5

chore: move to gh actions

chore: move to gh actions #5

Workflow file for this run

name: integration
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
branches:
- main
- release-*
jobs:
reproducibility:
if: ${{ !startsWith(github.head_ref, 'renovate/') && contains(github.event.pull_request.labels.*.name, 'integration/reproducibility') }}
uses: ./.github/workflows/reproducibility.yaml