Fixes #37772 - Add controller guardrails for multi-CV params on hosts and activation keys #9196
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: React Tests | |
on: [pull_request] | |
permissions: | |
contents: read | |
concurrency: | |
group: ${{ github.ref_name }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
react-tests: | |
uses: theforeman/actions/.github/workflows/foreman_plugin_js.yml@v0 | |
with: | |
plugin: katello | |
foreman_version: develop # set to the Foreman release branch after branching :) |