Skip to content

added feature to ignore checks fixed #38 #129

added feature to ignore checks fixed #38

added feature to ignore checks fixed #38 #129

Workflow file for this run

name: Simple Task
on:
workflow_dispatch:
push:
# wait-using-check-regexp waits for this task
jobs:
simple-task:
runs-on: ubuntu-latest
steps:
- name: Sleep
run: sleep 10
- name: Done
run: echo 'Done'