mirror of https://github.com/Lissy93/dashy.git
💚 Removes duplicate mapping of if
This commit is contained in:
parent
65ea1dd1b6
commit
a58b82c873
|
@ -19,7 +19,6 @@ jobs:
|
||||||
|
|
||||||
add-awaiting-author:
|
add-awaiting-author:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ !github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }}
|
|
||||||
if: >-
|
if: >-
|
||||||
${{
|
${{
|
||||||
!github.event.issue.pull_request
|
!github.event.issue.pull_request
|
||||||
|
|
Loading…
Reference in New Issue