All checks were successful
Build and Test Staging / build_test_deploy (pull_request) Has been skipped
10 lines
211 B
YAML
10 lines
211 B
YAML
name: Build and Test Staging
|
|
on:
|
|
pull_request:
|
|
types: [ opened, synchronize, reopened ]
|
|
|
|
jobs:
|
|
build_test_deploy:
|
|
uses: ./.gitea/workflows/build-common.yaml
|
|
with:
|
|
build_environment: staging |