Skip to content

Commit

Permalink
Merge branch 'main' into tft-tags2
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi authored Aug 27, 2024
2 parents 6c9c383 + aad6aa8 commit 3085c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:

- name: Checkout PR
uses: actions/checkout@v4
ref: ${{ steps.head_sha.outputs.head_sha }}
with:
ref: ${{ steps.head_sha.outputs.head_sha }}

- name: Get memory
id: memory
Expand Down Expand Up @@ -180,6 +181,7 @@ jobs:
api_key: ${{ secrets.TF_API_KEY_RH }}
update_pull_request_status: false
tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }'
tmt_plan_filter: "tag:general,postfix"

- name: Set final commit status
uses: myrotvorets/set-commit-status-action@master
Expand Down

0 comments on commit 3085c7c

Please sign in to comment.