Skip to content

Commit 503ced2

Browse files
committed
chore(ci): remove smoke job dependency from release job to streamline CI process
1 parent 354e6da commit 503ced2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: npm run test:e2e
4646

4747
release:
48-
needs: [test, smoke]
48+
needs: [test]
4949
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
5050
runs-on: ubuntu-latest
5151
permissions:

0 commit comments

Comments
 (0)