Skip to content

Merge cf796a484428b17406f30e01a54542a8dec76761 into c682677e17d0ddfbf… #2087

Merge cf796a484428b17406f30e01a54542a8dec76761 into c682677e17d0ddfbf…

Merge cf796a484428b17406f30e01a54542a8dec76761 into c682677e17d0ddfbf… #2087

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