Skip to content

Commit 2b95700

Browse files
committed
Add condition to run job only for repository owner 'yegor256'.
1 parent 1f4759c commit 2b95700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/zerocracy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111
cancel-in-progress: false
1212
jobs:
1313
zerocracy:
14+
if: github.repository_owner == 'yegor256'
1415
runs-on: ubuntu-24.04
1516
timeout-minutes: 25
1617
steps:

0 commit comments

Comments
 (0)