Skip to content

Commit 3a24b8b

Browse files
Update fix_test_pr.yml
1 parent e11d377 commit 3a24b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fix_test_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
stage_rollback:
9898
needs: [manual_approval_rollback, stage_deploy]
9999
if: contains(needs.manual_approval_rollback.outputs.comment, 'approve')
100-
runs-on: ubuntu-latest
100+
runs-on: self-hosted
101101
steps:
102102
- name: Rollback tag
103103
run: echo "test_val_2=${GITHUB_REF##*/}.$((RUN_NUM - 1))"

0 commit comments

Comments
 (0)