Fixes #37831 - Don't filter job template install content by bound repos #9220
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 :) |