Skip to content

Commit

Permalink
Merge branch 'master' into test-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
MultiQC Bot committed Oct 3, 2023
2 parents ddb4784 + 27f06ad commit e5cf91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Only run if comment is on a PR with the main repo, and if it contains the magic keywords
if: >
github.repository_owner == 'vladsavelyev' &&
(github.event_name == "pull_request_target" || github.event.issue.pull_request) &&
(github.event_name == 'pull_request_target' || github.event.issue.pull_request) &&
startsWith(github.event.comment.body, '@multiqc-bot changelog')
steps:
Expand Down

0 comments on commit e5cf91a

Please sign in to comment.