Skip to content

Commit 62439b4

Browse files
committed
Add debug info
1 parent 25409e3 commit 62439b4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci_linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ jobs:
8585
path: target/debug
8686
retention-days: 1
8787

88+
- name: Debug Info
89+
if: github.event_name == 'pull_request'
90+
run: |
91+
echo "Event Name: ${{ github.event_name }}"
92+
echo "Author Association: ${{ github.event.pull_request.author_association }}"
93+
echo "Is Owner/Member?: ${{ contains(fromJson('[\"OWNER\", \"MEMBER\"]'), github.event.pull_request.author_association) }}"
94+
8895
test:
8996
name: ${{ matrix.variance.name }}
9097
# This job depends on the build job completing successfully for the same matrix entry

0 commit comments

Comments
 (0)