Sha256: dc95fbd68972d4dd49871400fb2b9bdb73febc11817397e67300387a257a7fc0

Contents?: true

Size: 433 Bytes

Versions: 1

Compression:

Stored size: 433 Bytes

Contents

name: Check Pipeline

on:
  push:
    branches-ignore:
        - main
    paths-ignore:
        - ".gitignore"
        - "README.md"
    tags-ignore:
        - v*

jobs:
  update-rbis:
    name: RBI Updater
    uses: ./.github/workflows/rbi-updater.yml
    secrets: inherit

  ci:
    needs: update-rbis
    if: always() && contains(needs.*.result, 'success')
    name: "CI"
    uses: ./.github/workflows/ci.yml
    secrets: inherit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lunchmoney-1.4.0 .github/workflows/check_pipeline.yml