Skip to content

Bump tj-actions/changed-files from 39 to 41 in /.github/workflows #33

Bump tj-actions/changed-files from 39 to 41 in /.github/workflows

Bump tj-actions/changed-files from 39 to 41 in /.github/workflows #33

Workflow file for this run

name: Alls green
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, labeled]
concurrency:
group: alls-green-${{ github.ref }}
cancel-in-progress: true
jobs:
alls-green-check:
runs-on: ubuntu-latest
steps:
- name: Wait on checks
uses: pedrox-hs/all-green-checks@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}