Skip to content

Commit 99c677e

Browse files
committed
test: events
1 parent f52cc55 commit 99c677e

File tree

2 files changed

+45
-17
lines changed

2 files changed

+45
-17
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
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"
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"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
# Workflow to test status and check_suite event
3+
name: On status and check_suite dummy
4+
on:
5+
pull_request:
6+
types:
7+
- labeled
8+
- unlabeled
9+
- synchronize
10+
- opened
11+
- edited
12+
- ready_for_review
13+
- reopened
14+
- unlocked
15+
check_suite:
16+
types:
17+
- completed
18+
status: {}
19+
20+
permissions:
21+
contents: read
22+
23+
jobs:
24+
on-push-dummy:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: Dummy step
28+
run: echo "This is a dummy step"

0 commit comments

Comments
 (0)