Skip to content

Commit

Permalink
ci(staging-build.yaml): update workflow to use composite-deploy from …
Browse files Browse the repository at this point in the history
…develop branch

Switching the GitHub Actions workflow to use the `composite-deploy.yaml`
from the `develop` branch allows for testing the latest CI/CD pipeline
changes before they are merged into the `main` branch.
  • Loading branch information
cybersiddhu committed Aug 16, 2024
1 parent 5145d8f commit 58397d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- staging
jobs:
call-build-deploy:
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@main
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@develop
secrets: inherit
with:
app: content
Expand Down

0 comments on commit 58397d0

Please sign in to comment.