Skip to content

Commit

Permalink
ci: change verify stages
Browse files Browse the repository at this point in the history
  • Loading branch information
Erbil Nas committed Dec 21, 2024
1 parent b9f3a5e commit 587c056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ permissions:

jobs:
verify:
uses: trendyol/baklava/.github/workflows/verify.yml@next
uses: ./.github/workflows/verify.yml
secrets: inherit
chromatic:
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next
uses: ./.github/workflows/publish-chromatic.yml
needs: verify
6 changes: 3 additions & 3 deletions .github/workflows/verify-and-release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
verify:
uses: ./.github/workflows/verify.yml
uses: trendyol/baklava/.github/workflows/verify.yml@next
secrets: inherit
release:
uses: ./.github/workflows/release.yml
uses: trendyol/baklava/.github/workflows/release.yml@next
needs: verify
secrets: inherit
chromatic:
uses: ./.github/workflows/publish-chromatic.yml
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next
needs: verify

0 comments on commit 587c056

Please sign in to comment.