Skip to content

Update actions/cache action to v4 #125

Update actions/cache action to v4

Update actions/cache action to v4 #125

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