Skip to content

Commit

Permalink
👷 Remove pull_request_target Workflow Trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 18, 2024
1 parent 4b69744 commit 11517d5
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 11517d5

Please sign in to comment.