Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/nanvix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
actions: write
issues: write
pull-requests: write
packages: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name || github.ref || 'default' }}
Expand All @@ -28,7 +29,7 @@
uses: nanvix/workflows/.github/workflows/nanvix-ci.yml@v2.0.1
with:
zutil-version: "v0.8.2"
docker-image: "ghcr.io/nanvix/toolchain-quickjs@sha256:e6fc5d3d4ed338c1416c08dbe9d8ac1353f696046716774bcc3ac6d41d2375ad" # yamllint disable-line rule:line-length

Check warning on line 32 in .github/workflows/nanvix-ci.yml

View workflow job for this annotation

GitHub Actions / ci / Format & Lint

32:128 [comments] too few spaces before comment
platforms: '["microvm"]'
memory-sizes: '["128mb","256mb"]'
windows-matrix-exclude: '[]'
Expand All @@ -41,15 +42,10 @@

ci-scheduled:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
permissions:
contents: write
actions: write
issues: write
pull-requests: write
uses: nanvix/workflows/.github/workflows/nanvix-ci.yml@v2.0.1
with:
zutil-version: "v0.8.2"
docker-image: "ghcr.io/nanvix/toolchain-quickjs@sha256:e6fc5d3d4ed338c1416c08dbe9d8ac1353f696046716774bcc3ac6d41d2375ad" # yamllint disable-line rule:line-length

Check warning on line 48 in .github/workflows/nanvix-ci.yml

View workflow job for this annotation

GitHub Actions / ci / Format & Lint

48:128 [comments] too few spaces before comment
platforms: '["microvm"]'
memory-sizes: '["128mb","256mb"]'
windows-matrix-exclude: '[]'
Expand Down
Loading