mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 14:11:37 +00:00
Run full docker build if full_run specified (#10153)
* Run full docker build if full_run specified * Debugging * Update migration test * Fix migration test * Fix typo * Debug logging * Add log info * Disable the test in docker * Remove debug prints * Revert docker ci test
This commit is contained in:
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
# Build the docker image
|
||||
build:
|
||||
needs: paths-filter
|
||||
if: needs.paths-filter.outputs.docker == 'true' || github.event_name == 'release' || github.event_name == 'push'
|
||||
if: needs.paths-filter.outputs.docker == 'true' || github.event_name == 'release' || github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'full-run')
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
Reference in New Issue
Block a user