Skip to content

Commit 5eafa28

Browse files
committed
Update workflow
1 parent f514654 commit 5eafa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-virus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
scan-virus:
2222
name: "Scan Virus"
2323
runs-on: "ubuntu-latest"
24-
if: "${{!((github.event_name == 'pull_request') && startsWith(github.event.pull_request.head.label, format('{0}:', github.repository_owner)))}}"
24+
if: "${{!(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, format('{0}:', github.repository_owner)))}}"
2525
steps:
2626
- name: "Checkout Repository"
2727
uses: "actions/[email protected]"

0 commit comments

Comments
 (0)