Skip to content

Commit 8fec466

Browse files
committed
chore: remove temporary branch reference from CI workflow and add support for feature branches in health checks
1 parent abf71ec commit 8fec466

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
# Temporary
7-
- feature/node-4634-datil-e2e-tests-should-run-individually
86
pull_request:
97
branches:
108
- master

.github/workflows/health-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: E2E Tests and Health Checks
22

33
on:
4+
pull_request:
5+
branches:
6+
- feature/**
47
schedule:
58
- cron: '*/30 * * * *'
69
workflow_dispatch:

0 commit comments

Comments
 (0)