Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #14

Closed
wants to merge 14 commits into from
Closed
8 changes: 4 additions & 4 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:

- name: Load fellows
id: load-fellows
#uses: paritytech/[email protected]
run: echo "github-handles=[mordamax]" >> $GITHUB_OUTPUT
uses: paritytech/[email protected]

reject-non-fellows:
needs: fellows
Expand Down Expand Up @@ -211,13 +210,14 @@ jobs:
run: |
echo "The PR branch is ${{ steps.get-pr.outputs.pr_branch }}"
echo "The repository is ${{ steps.get-pr.outputs.repo }}"


cmd:
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') && vars.WEIGHTS_RUNNER || 'ubuntu-22.04' }}
runs-on: ${{ startsWith(github.event.comment.body, '/cmd bench') && 'gitrun-001' || 'ubuntu-22.04' }}
steps:
- name: Install updates and protobuf-compiler
if: startsWith(github.event.comment.body, '/cmd bench')
Expand Down
Loading