Skip to content

Merge 00a1b90654fcf48650e3bb4ea919f528301a7023 into 11f28e04121be58c4… #2137

Merge 00a1b90654fcf48650e3bb4ea919f528301a7023 into 11f28e04121be58c4…

Merge 00a1b90654fcf48650e3bb4ea919f528301a7023 into 11f28e04121be58c4… #2137

name: Mock Status Checks

Check failure on line 1 in .github/workflows/test_status_checks.yml

View workflow run for this annotation

GitHub Actions / Mock Status Checks

Invalid workflow file

The workflow is not valid. .github/workflows/test_status_checks.yml: (Line: 29, Col: 9, Idx: 601) - (Line: 29, Col: 10, Idx: 602): While parsing a tag, did not find expected tag URI.
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!"