Skip to content

Commit

Permalink
chore: remove test runner image tag (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Apr 11, 2024
1 parent 3d32720 commit f582a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
e2e-test:
name: End-to-End Test Run
runs-on: [self-hosted, linux, x64, jammy, "${{ inputs.runner-tag }}"]
runs-on: [self-hosted, linux, x64, "${{ inputs.runner-tag }}"]
steps:
# Snapd can have some issues in privileged LXD containers without setting
# security.nesting=True and this.
Expand Down

0 comments on commit f582a5c

Please sign in to comment.