change staging branch for testing purposes #2
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 Tests on Branch | ||
on: | ||
push: | ||
branches: | ||
- 'feature/sc-126222/update-the-particle-cli-executable-in-workbench' | ||
jobs: | ||
#call-tests: | ||
# uses: ./.github/workflows/tests.yml | ||
# secrets: inherit | ||
call-build: | ||
uses: ./.github/workflows/build.yml | ||
secrets: inherit | ||
#needs: call-tests | ||
call-publish: | ||
uses: ./.github/workflows/publish-v2.yml | ||
secrets: inherit | ||
needs: call-build | ||
with: | ||
environment: staging | ||
Check failure on line 19 in .github/workflows/staging.yml GitHub Actions / Run Tests on BranchInvalid workflow file
|
||