Skip to content

Update actions/checkout action to v4.2.2 #146

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #146

Workflow file for this run

name: Alls green
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
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 }}