Skip to content

Commit ef4cc8c

Browse files
committed
logging
1 parent cdc5995 commit ef4cc8c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check-pr-title.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
pull_request:
55
branches: [main, merge-queue]
66
types: [edited, opened, reopened, synchronize]
7-
merge_group:
8-
types: [checks_requested]
97

108
jobs:
119
test:

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Log Event
17+
run: echo ${{ toJson(github.event) }}
18+
1619
- name: Checkout
1720
uses: actions/checkout@v4
1821
with:

0 commit comments

Comments
 (0)