Skip to content

Commit

Permalink
use actions runner as base container
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Dec 19, 2024
1 parent 071f187 commit 6ed1e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
nf-test:
runs-on: ${{ inputs.runner }}
container:
image: ubuntu:latest
image: ghcr.io/actions/actions-runner:latest
name: test - ${{ inputs.paths }}
if: inputs.paths != '' && inputs.profile != ''
env:
Expand Down

0 comments on commit 6ed1e90

Please sign in to comment.