Skip to content

fix: prevent infinite re-queuing of events with missing involved objects #2261

fix: prevent infinite re-queuing of events with missing involved objects

fix: prevent infinite re-queuing of events with missing involved objects #2261

Workflow file for this run

on: pull_request
name: Build
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Build Container
run: make docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}