remove cp-config #12
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: Run cp tests and check build binaries | ||
on: | ||
push: | ||
branches: | ||
- "main" | ||
pull_request: | ||
branches: | ||
- "*" | ||
jobs: | ||
call-workflow-build-binaries: | ||
Check failure on line 12 in .github/workflows/run_check_build_binaries.yml GitHub Actions / Run cp tests and check build binariesInvalid workflow file
|
||
name: Check building of binaries | ||
uses: ./.github/workflows/step_go_build_binaries.yml | ||
with: | ||
with-artifacts: false | ||
build-all: true | ||
needs: call-workflow-build-binaries |