Skip to content

Commit

Permalink
Revert "run migration notice on pull_request_target" (nf-core#4424)
Browse files Browse the repository at this point in the history
Revert "run migration notice on pull_request_target (nf-core#4421)"

This reverts commit d8ca757.
  • Loading branch information
mirpedrol authored Nov 27, 2023
1 parent 69e3eb1 commit 80faa25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
branches: [master]
pull_request:
branches: [master]
pull_request_target:
branches: [master]
merge_group:
types: [checks_requested]
branches: [master]
Expand Down Expand Up @@ -160,7 +158,7 @@ jobs:
steps:
- name: Migration Comment
uses: mshick/add-pr-comment@v2
if: ${{ github.event_name == 'pull_request_target' }}
if: ${{ github.event_name == 'pull_request' }}
with:
message: |
Hello!
Expand Down

0 comments on commit 80faa25

Please sign in to comment.