Skip to content

Commit

Permalink
Use runner of github.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Jun 19, 2024
1 parent 9f8866b commit ffae50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vm_full_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# only ran on x86 for resource reasons (memory intensive)
avm-full-tests:
needs: [setup]
runs-on: ubuntu-latest
runs-on: ${{ github.event.pull_request.user.login || github.actor }}-x86
steps:
- uses: actions/checkout@v4
with: { ref: "${{ env.GIT_COMMIT }}" }
Expand Down

0 comments on commit ffae50a

Please sign in to comment.