Skip to content

Commit

Permalink
ci: fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jun 19, 2024
1 parent 2bf68fc commit e0d72e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-and-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
jobs:
comment-and-close:
uses: dhis2/workflows-test/.github/workflows/comment-and-close.yml@main
if: !contains(github.event.issues.sender.login , fromJson('["dhis2-bot", "kodiakhq", "dependabot"]'))
if: '!contains(github.event.issues.sender.login, fromJson('["dhis2-bot", "kodiakhq", "dependabot"]'))'
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ concurrency:
jobs:
deploy:
uses: dhis2/workflows-test/.github/workflows/deploy-pr.yml@main
if: '!github.event.pull_request.repository.fork'
if: '!github.event.pull_request.head.repo.fork'
secrets: inherit

0 comments on commit e0d72e1

Please sign in to comment.