0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00

misc: run certain CI jobs only on 'this' repo

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-06-25 01:11:44 -04:00
parent 0324f51304
commit 13160a4717
No known key found for this signature in database
GPG Key ID: 637146A2A6804C59
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
jobs:
qodana:
runs-on: ubuntu-latest
if: github.repository_owner == 'bpg'
permissions:
contents: write
pull-requests: write

View File

@ -10,6 +10,7 @@ on:
jobs:
acceptance:
if: github.repository_owner == 'bpg'
strategy:
fail-fast: false
matrix: