mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(CI): run pr builds on label (#6241)
This commit is contained in:
6
.github/workflows/docker_build.yml
vendored
6
.github/workflows/docker_build.yml
vendored
@@ -3,15 +3,15 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
pull_request:
|
||||
types: ['labeled']
|
||||
|
||||
jobs:
|
||||
docker-build-n-deploy:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk && ${{ github.event.label.name == 'run-build' }}'
|
||||
env:
|
||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
Reference in New Issue
Block a user