Skip to content

Commit

Permalink
ci: fixed ordering for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jan 10, 2025
1 parent 7f4d6b4 commit 26507fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
contents: write
e2e:
needs: test-build
uses: ./.github/workflows/e2e.yaml
with:
smoke: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test and build

on:
workflow_call:
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 26507fb

Please sign in to comment.