Skip to content

Fix performance issue: Cache background sync job queries and skip on … #2040

Fix performance issue: Cache background sync job queries and skip on …

Fix performance issue: Cache background sync job queries and skip on … #2040

name: Build Plugin Artifact
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- release/*
jobs:
build-and-upload:
uses: ./.github/workflows/shared-build-plugin-artifact.yml
with:
ref: ${{ github.ref }}
pr_number: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || 0 }}