Implement multi-runner image build for multi-arch improvements #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Dependabot PR | |
on: | |
pull_request_target: | |
types: | |
- synchronize | |
- reopened | |
- opened | |
branches: | |
- 'master' | |
jobs: | |
test: | |
name: Tests / Build / Sanity Run | |
if: github.actor == 'dependabot[bot]' | |
uses: ./.github/workflows/testAndSanity.yml |