Skip to content

Commit

Permalink
ci: Change staging guards
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Sep 10, 2024
1 parent eae9120 commit fdade17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:

call-test:
name: "Test"
needs: [ call-lint, call-build ]
uses: ./.github/workflows/test.yml
secrets: inherit

call-staging:
name: "Staging"
needs: [ call-lint, call-build ]
needs: call-test
uses: ./.github/workflows/staging.yml
secrets: inherit

Expand Down

0 comments on commit fdade17

Please sign in to comment.