Skip to content

Commit

Permalink
Update .github/workflows/cmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax authored Aug 30, 2024
1 parent 1c644ff commit df50645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ jobs:
needs: [get-pr-branch, fellows]
env:
JOB_NAME: 'cmd'
PR_BRANCH: ${{ needs.get-pr-branch.outputs.pr-branch }}
if: ${{ startsWith(github.event.comment.body, '/cmd') && !contains(github.event.comment.body, '--help') && contains(needs.fellows.outputs.github-handles, github.event.sender.login) }}
runs-on: ${{ startsWith(github.event.comment.body, '/cmd bench') && 'gitrun-001' || 'ubuntu-22.04' }}
steps:
Expand Down

0 comments on commit df50645

Please sign in to comment.