Skip to content

Merge 13975886cde768f80f75b3a5e4eea8b2a2aeb4b5 into 11f28e04121be58c4… #2145

Merge 13975886cde768f80f75b3a5e4eea8b2a2aeb4b5 into 11f28e04121be58c4…

Merge 13975886cde768f80f75b3a5e4eea8b2a2aeb4b5 into 11f28e04121be58c4… #2145

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!"