Skip to content

XXX CI testing PR — please do not merge!! #1

XXX CI testing PR — please do not merge!!

XXX CI testing PR — please do not merge!! #1

Workflow file for this run

name: Fail
on:
push:
branches: [ main ]
pull_request:
branches:
- "**"
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: arc-runner-set
steps:
- name: Fail loudly, VI
run: |
>&2 echo WORKFLOW INTENTIONALLY FAILING (VI)
exit 1