Skip to content

Commit 8080953

Browse files
committed
ci: temporary probe workflow to diagnose repo-wide startup_failure
1 parent 0823afc commit 8080953

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/zz-probe.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-License-Identifier: MPL-2.0
2+
name: ZZ Probe
3+
on: push
4+
permissions:
5+
contents: read
6+
jobs:
7+
probe:
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 5
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
13+
- name: Say hello
14+
run: echo "probe ok"

0 commit comments

Comments
 (0)