Skip to content

Commit

Permalink
Merge branch 'main' into chore/test-coverage-comments
Browse files Browse the repository at this point in the history
Signed-off-by: sudo rm -rf --no-preserve-root / <[email protected]>
  • Loading branch information
pcaversaccio authored Dec 18, 2024
2 parents 56bbab7 + 11517d5 commit 7d8a9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🕵️‍♂️ Test CreateX

on: [push, pull_request, pull_request_target, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Post coverage report
# See https://github.com/orgs/community/discussions/26829#discussioncomment-3253575.
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') || (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request_target') }}
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') }}
uses: romeovs/[email protected]
with:
title: "`CreateX` Test Coverage Report"
Expand Down

0 comments on commit 7d8a9e5

Please sign in to comment.