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

View file

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

View file

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