Allow skipping generate-release in experimtal tests (#1004) #315
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: Multiarch builds | |
on: | |
push: | |
branches: [ 'release-v*' ] | |
jobs: | |
multiarch-build: | |
uses: openshift-knative/hack/.github/workflows/multiarch-build.yaml@main | |
secrets: inherit |