Fixes #38942 - Add container images to main nav menu #10954
Workflow file for this run
This file contains hidden or 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 :) |