Skip to content

Update actions-runner-controller-charts to v0.5.0 #35

Update actions-runner-controller-charts to v0.5.0

Update actions-runner-controller-charts to v0.5.0 #35

Workflow file for this run

name: test
on:
pull_request:
paths:
- .github/workflows/test.yaml
- .github/workflows/reusable--build.yaml
- .github/workflows/reusable--e2e-test.yaml
- Dockerfile
- entrypoint.sh
- e2e-test/**
push:
paths:
- .github/workflows/test.yaml
- .github/workflows/reusable--build.yaml
- .github/workflows/reusable--e2e-test.yaml
- Dockerfile
- entrypoint.sh
- e2e-test/**
branches:
- main
tags:
- '*'
jobs:
build:
uses: ./.github/workflows/reusable--build.yaml
e2e-test:
needs: build
uses: ./.github/workflows/reusable--e2e-test.yaml
secrets: inherit
with:
runner-image-uri: ${{ needs.build.outputs.image-uri }}