mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
comment out build on PR
This commit is contained in:
parent
6941c85186
commit
fa0b9c97a5
3 changed files with 36 additions and 33 deletions
15
.github/workflows/build_bench.yml
vendored
15
.github/workflows/build_bench.yml
vendored
|
|
@ -1,13 +1,14 @@
|
||||||
name: Bench
|
name: Bench
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
# toggle commenting to run on PR
|
||||||
branches:
|
# pull_request:
|
||||||
- main
|
# branches:
|
||||||
paths:
|
# - main
|
||||||
- images/bench/**
|
# paths:
|
||||||
- docker-bake.hcl
|
# - images/bench/**
|
||||||
- .github/workflows/build_bench.yml
|
# - docker-bake.hcl
|
||||||
|
# - .github/workflows/build_bench.yml
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Every day at 12:00 pm
|
# Every day at 12:00 pm
|
||||||
|
|
|
||||||
27
.github/workflows/build_develop.yml
vendored
27
.github/workflows/build_develop.yml
vendored
|
|
@ -1,19 +1,20 @@
|
||||||
name: Develop build
|
name: Develop build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
# toggle commenting to run on PR
|
||||||
branches:
|
# pull_request:
|
||||||
- main
|
# branches:
|
||||||
paths:
|
# - main
|
||||||
- images/nginx/**
|
# paths:
|
||||||
- images/socketio/**
|
# - images/nginx/**
|
||||||
- images/worker/**
|
# - images/socketio/**
|
||||||
- overrides/**
|
# - images/worker/**
|
||||||
- tests/**
|
# - overrides/**
|
||||||
- compose.yaml
|
# - tests/**
|
||||||
- docker-bake.hcl
|
# - compose.yaml
|
||||||
- example.env
|
# - docker-bake.hcl
|
||||||
- .github/workflows/build_develop.yml
|
# - example.env
|
||||||
|
# - .github/workflows/build_develop.yml
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Every day at 12:00 pm
|
# Every day at 12:00 pm
|
||||||
|
|
|
||||||
27
.github/workflows/build_stable.yml
vendored
27
.github/workflows/build_stable.yml
vendored
|
|
@ -1,19 +1,20 @@
|
||||||
name: Stable build
|
name: Stable build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
# toggle commenting to run on PR
|
||||||
branches:
|
# pull_request:
|
||||||
- main
|
# branches:
|
||||||
paths:
|
# - main
|
||||||
- images/nginx/**
|
# paths:
|
||||||
- images/socketio/**
|
# - images/nginx/**
|
||||||
- images/worker/**
|
# - images/socketio/**
|
||||||
- overrides/**
|
# - images/worker/**
|
||||||
- tests/**
|
# - overrides/**
|
||||||
- compose.yaml
|
# - tests/**
|
||||||
- docker-bake.hcl
|
# - compose.yaml
|
||||||
- example.env
|
# - docker-bake.hcl
|
||||||
- .github/workflows/build_stable.yml
|
# - example.env
|
||||||
|
# - .github/workflows/build_stable.yml
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue