Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Petrosian <[email protected]>
  • Loading branch information
spetrosi committed Jun 19, 2024
1 parent 12ef525 commit 0ac2c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- os_test: "CentOS-Stream-9"
ansible_version: "2.16"
runs-on: ubuntu-latest

# Let's schedule tests only on user request. NOT automatically.
# Only repository owner or member can schedule tests
if: |
Expand All @@ -101,6 +102,6 @@ jobs:
git_ref: add-tmt-tests
tmt_path: plans/
compose: ${{ matrix.os_test }}
api_key: ${{ secrets.TF_API_KEY_PUB }}
api_key: ${{ secrets.TF_API_KEY_RH }}
pull_request_status_name: ${{ matrix.os_test }}/ansible-${{ matrix.ansible_version }}
variables: "ANSIBLE_VER=${{ matrix.ansible_version }};REPO_NAME=${{ github.event.repository.name }};PR_NUM=${{ github.event.issue.number }};SYSTEM_ROLES_ONLY_TESTS=${{ matrix.test_playbook }}"

0 comments on commit 0ac2c1e

Please sign in to comment.