mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
first test, event is "none"
This commit is contained in:
parent
0a17ee9bd8
commit
98791eb9f1
1 changed files with 9 additions and 8 deletions
17
.github/workflows/build_bench.yml
vendored
17
.github/workflows/build_bench.yml
vendored
|
|
@ -1,14 +1,13 @@
|
|||
name: Bench
|
||||
|
||||
on:
|
||||
# toggle commenting to run on PR
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - images/bench/**
|
||||
# - docker-bake.hcl
|
||||
# - .github/workflows/build_bench.yml
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/bench/**
|
||||
- docker-bake.hcl
|
||||
- .github/workflows/build_bench.yml
|
||||
|
||||
schedule:
|
||||
# Every day at 12:00 pm
|
||||
|
|
@ -34,6 +33,8 @@ jobs:
|
|||
|
||||
- name: Build and test
|
||||
uses: docker/bake-action@v1.7.0
|
||||
env:
|
||||
GITHUB_EVENT_NAME: "none"
|
||||
with:
|
||||
targets: bench-test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue