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:
parent
0324f51304
commit
13160a4717
1
.github/workflows/code-quality.yml
vendored
1
.github/workflows/code-quality.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
jobs:
|
||||
qodana:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'bpg'
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
1
.github/workflows/testacc.yml
vendored
1
.github/workflows/testacc.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
acceptance:
|
||||
if: github.repository_owner == 'bpg'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user