Skip to content

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

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

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

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'