Skip to content

Commit

Permalink
Fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Nov 3, 2023
1 parent 16d4c4f commit 21aadd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
done
test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
needs: [set-image, check]
defaults:
run:
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
### examples

examples-test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
needs: [set-image, clippy]
defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/measurements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ github.job }}-data
path: ./artifacts
path: ./artifacts

6 changes: 3 additions & 3 deletions .github/workflows/submit-contract-sizes.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The workflow has write access, so it needs to be isolated for security reasons from pull request-based workflows,
# which may be triggered from forked repositories.
on:
on:
workflow_run:
workflows:
workflows:
- continuous-integration
types:
- completed
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
# Submit the comparison table as a comment to the PR
echo "Submitting contract sizes diff to ${PR_COMMENTS_URL}"
GITHUB_PR_TOKEN=${GITHUB_PR_TOKEN} scripts/contract_sizes_submit.sh ${PR_COMMENTS_URL} ${WORKFLOW_URL} ${CARGO_CONTRACT_VERSION} < ./contract_sizes_diff.md

0 comments on commit 21aadd5

Please sign in to comment.