File: ci_pr.yaml

package info (click to toggle)
dacite 1.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 1,870; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: CI Pull Request

on:
  pull_request:
  workflow_dispatch:

jobs:
  ci:
    uses: ./.github/workflows/code_check.yaml
    secrets: inherit
    with:
      publish_performance: false
      store_benchmark: false