mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
Merge pull request #1551 from MMMMMMorty/fix_action_workflow
Add github action actor check for binary-build
This commit is contained in:
2
.github/workflows/00-pr-scanner.yaml
vendored
2
.github/workflows/00-pr-scanner.yaml
vendored
@@ -20,7 +20,6 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
pr-scanner:
|
||||
if: github.repository_owner == 'kubescape'
|
||||
permissions:
|
||||
actions: read
|
||||
checks: read
|
||||
@@ -42,6 +41,7 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
binary-build:
|
||||
if: ${{ github.actor == 'kubescape' }}
|
||||
permissions:
|
||||
actions: read
|
||||
checks: read
|
||||
|
||||
Reference in New Issue
Block a user