Skip to content

Merge 53700273041903cc5b57076f10d4d93cc45a603f into f28401e8720f752c9… #2136

Merge 53700273041903cc5b57076f10d4d93cc45a603f into f28401e8720f752c9…

Merge 53700273041903cc5b57076f10d4d93cc45a603f into f28401e8720f752c9… #2136

name: Mock Status Checks
on:
push:
branches:
- protected
- non_protected
- 'push-action/**'
jobs:
mock_status_check:
runs-on: ubuntu-latest
name: Mock Status Check
steps:
- name: Important status check
run: echo "Very important status check - SUCCESS!"
another_mock_status_check:
runs-on: ubuntu-latest
name: Another Mock Status Check
steps:
- name: Important status check
run: echo "Very important status check - SUCCESS!"