Skip to content

Add FORWARD_ALL Option #420

Add FORWARD_ALL Option

Add FORWARD_ALL Option #420

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
clean_code_check:
uses: ./.github/workflows/clean_code.yaml
build_images:
needs: clean_code_check
uses: ./.github/workflows/build.yaml
with:
TAG: ${{ github.sha }}
run_tests:
needs: build_images
uses: ./.github/workflows/test.yaml