Skip to content

Merge 2e688727056c8c506a455c9dc289615614d680cd into 71ce30e8d1a0724d8… #2178

Merge 2e688727056c8c506a455c9dc289615614d680cd into 71ce30e8d1a0724d8…

Merge 2e688727056c8c506a455c9dc289615614d680cd into 71ce30e8d1a0724d8… #2178

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!"
skipped_mock_status_check:
runs-on: ubuntu-latest
name: Skipped Mock Status Check
if: ${{ !always() }}
steps:
- name: Skipped status check
run: echo "Very important skipped status check - SKIPPED!"