Skip to content

Bump tj-actions/changed-files from 39 to 42 #37

Bump tj-actions/changed-files from 39 to 42

Bump tj-actions/changed-files from 39 to 42 #37

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 }}