Skip to content

Commit f52cc55

Browse files
committed
test: events
1 parent 42003e7 commit f52cc55

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
# Workflow to test status and check_suite event
3+
name: On status and check_suite dummy
4+
on:
5+
check_suite:
6+
types:
7+
- completed
8+
status: {}
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
on-push-dummy:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Dummy step
18+
run: echo "This is a dummy step"

0 commit comments

Comments
 (0)