Skip to content

Commit

Permalink
[ci] add BIGRAM label to build-emulator job
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Apr 23, 2024
1 parent 2a300f5 commit 2d6ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build-emulators:
name: "Build Emulators"
needs: [gen-test-plan]
runs-on: [self-hosted, linux, nixos]
runs-on: [self-hosted, linux, nixos, BIGRAM]
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.gen-test-plan.outputs.testplan) }}
Expand Down

0 comments on commit 2d6ba05

Please sign in to comment.