Skip to content

added feature to ignore checks fixed #38 (#80) #168

added feature to ignore checks fixed #38 (#80)

added feature to ignore checks fixed #38 (#80) #168

name: Wait for check name
on:
push:
workflow_dispatch:
jobs:
wait-for-check-name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Wait on tests
uses: ./
with:
ref: ${{ github.sha }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10 # seconds
running-workflow-name: wait-for-check-name
check-name: wait-on-me
- name: Success
run: echo 'Success!'