mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05: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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/bench/**
|
||||
- docker-bake.hcl
|
||||
- .github/workflows/build_bench.yml
|
||||
# toggle commenting to run on PR
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - images/bench/**
|
||||
# - docker-bake.hcl
|
||||
# - .github/workflows/build_bench.yml
|
||||
|
||||
schedule:
|
||||
# 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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/nginx/**
|
||||
- images/socketio/**
|
||||
- images/worker/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
- .github/workflows/build_develop.yml
|
||||
# toggle commenting to run on PR
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - images/nginx/**
|
||||
# - images/socketio/**
|
||||
# - images/worker/**
|
||||
# - overrides/**
|
||||
# - tests/**
|
||||
# - compose.yaml
|
||||
# - docker-bake.hcl
|
||||
# - example.env
|
||||
# - .github/workflows/build_develop.yml
|
||||
|
||||
schedule:
|
||||
# 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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/nginx/**
|
||||
- images/socketio/**
|
||||
- images/worker/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
- .github/workflows/build_stable.yml
|
||||
# toggle commenting to run on PR
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - images/nginx/**
|
||||
# - images/socketio/**
|
||||
# - images/worker/**
|
||||
# - overrides/**
|
||||
# - tests/**
|
||||
# - compose.yaml
|
||||
# - docker-bake.hcl
|
||||
# - example.env
|
||||
# - .github/workflows/build_stable.yml
|
||||
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Reference in a new issue