Skip to content

Commit

Permalink
change staging branch for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 6, 2024
1 parent 1f7c84e commit 50eec7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Run Tests on Branch
on:
push:
branches:
- staging
- '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
#needs: call-tests
call-publish:
uses: ./.github/workflows/publish-v2.yml
secrets: inherit
Expand Down

0 comments on commit 50eec7d

Please sign in to comment.