Skip to content

fix: don't run display templates & test if the check didn't pass #3397

fix: don't run display templates & test if the check didn't pass

fix: don't run display templates & test if the check didn't pass #3397

Workflow file for this run

on: pull_request
name: Build
# Declare default permissions as read only
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- docker-full
- docker-minimal
steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Build Container
run: make ${{matrix.target}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}