We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf71ec commit 8fec466Copy full SHA for 8fec466
.github/workflows/ci.yml
@@ -3,8 +3,6 @@ on:
3
push:
4
branches:
5
- master
6
- # Temporary
7
- - feature/node-4634-datil-e2e-tests-should-run-individually
8
pull_request:
9
10
.github/workflows/health-checks.yml
@@ -1,6 +1,9 @@
1
name: E2E Tests and Health Checks
2
on:
+ pull_request:
+ branches:
+ - feature/**
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:
0 commit comments