Skip to content

chore: auto-generate LICENSE-3rdparty.csv file #14279

chore: auto-generate LICENSE-3rdparty.csv file

chore: auto-generate LICENSE-3rdparty.csv file #14279

Workflow file for this run

name: All Green
on:
pull_request:
push:
branches:
- master
schedule:
- cron: 0 4 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
all-green:
runs-on: ubuntu-latest
permissions:
checks: read
contents: read
steps:
- uses: wechuli/allcheckspassed@f423b273f5fdf73582e41f8f6f0f204d69c27379 # v2.1.0
with:
retries: 30 # once per minute, some checks take up to 15 min, retries are possible
checks_exclude: devflow.*
fail_fast: false