comment out build on PR

This commit is contained in:
Al Majumdar 2022-03-30 10:21:06 +05:30
parent 6941c85186
commit fa0b9c97a5
3 changed files with 36 additions and 33 deletions

View file

@ -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

View file

@ -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

View file

@ -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: