mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
disable upstream workflows
This commit is contained in:
parent
9a0bf7d05d
commit
442c43da10
9
.github/workflows/c-cpp.yml
vendored
9
.github/workflows/c-cpp.yml
vendored
@ -1,10 +1,11 @@
|
|||||||
name: C/C++ CI
|
name: C/C++ CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: # disable for win32-openssh fork
|
||||||
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
|
# push:
|
||||||
pull_request:
|
# paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
|
||||||
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
|
# pull_request:
|
||||||
|
# paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
9
.github/workflows/cifuzz.yml
vendored
9
.github/workflows/cifuzz.yml
vendored
@ -1,9 +1,10 @@
|
|||||||
name: CIFuzz
|
name: CIFuzz
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: # disable for win32-openssh fork
|
||||||
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/cifuzz.yml' ]
|
# push:
|
||||||
pull_request:
|
# paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
|
||||||
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/cifuzz.yml' ]
|
# pull_request:
|
||||||
|
# paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/c-cpp.yaml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Fuzzing:
|
Fuzzing:
|
||||||
|
5
.github/workflows/selfhosted.yml
vendored
5
.github/workflows/selfhosted.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: C/C++ CI self-hosted
|
name: C/C++ CI self-hosted
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: # disable for win32-openssh fork
|
||||||
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/selfhosted.yml' ]
|
# push:
|
||||||
|
# paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/selfhosted.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
selfhosted:
|
selfhosted:
|
||||||
|
7
.github/workflows/upstream.yml
vendored
7
.github/workflows/upstream.yml
vendored
@ -1,9 +1,10 @@
|
|||||||
name: Upstream self-hosted
|
name: Upstream self-hosted
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: # disable for win32-openssh fork
|
||||||
branches: [ master ]
|
# push:
|
||||||
paths: [ '**.c', '**.h', '**.sh', '.github/configs', '.github/workflows/upstream.yml' ]
|
# branches: [ master ]
|
||||||
|
# paths: [ '**.c', '**.h', '**.sh', '.github/configs', '.github/workflows/upstream.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
selfhosted:
|
selfhosted:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user