Limit names in the Limitador conditions and RL request data generated… #169
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build images for dev branches | |
on: | |
push: | |
branches: ['*'] | |
jobs: | |
workflow-build: | |
if: github.ref_name != 'main' && !startsWith(github.ref, 'refs/tags/v') | |
name: Calls build-images-base workflow | |
uses: ./.github/workflows/build-images-base.yaml | |
secrets: inherit | |
with: | |
kuadrantOperatorVersion: ${{ github.ref_name }} | |
kuadrantOperatorTag: ${{ github.ref_name }} |