Skip to content

Commit 567c13d

Browse files
committed
fix e2e
1 parent e9c3a7b commit 567c13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
push:
9696
name: Build & Push gem
9797
runs-on: ubuntu-latest
98-
needs: test
98+
needs: [tests, e2e_tests]
9999
permissions:
100100
contents: write
101101
id-token: write

0 commit comments

Comments
 (0)