Skip to content

Commit

Permalink
Update verified.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvda-mesharma authored Jul 30, 2024
1 parent 98f4a3f commit e0c4ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ on:
issue_comment:
types: [created]
jobs:
run-test:
add-verified-labels:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/ready')add-verified-labels:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/ready')
environment: GITLAB
runs-on: self-hosted
if: ${{ always() && !cancelled() && needs.*.result == 'success' }}
Expand Down

0 comments on commit e0c4ad4

Please sign in to comment.