Skip to content

Commit d884878

Browse files
committed
chore: remove feature branch push trigger from health checks workflow and clean up formatting
1 parent bc84ccb commit d884878

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/health-checks.yml

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

33
on:
4-
push:
5-
branches:
6-
- feature/inf-607-feature-setup-worker-and-schedule-it-to-run-every-30-minutes
74
schedule:
85
- cron: '*/30 * * * *'
96
workflow_dispatch:
@@ -49,7 +46,7 @@ jobs:
4946
uses: jetli/[email protected]
5047
with:
5148
version: 'latest'
52-
49+
5350
- name: Install Yarn dependencies
5451
run: yarn install --frozen-lockfile
5552

0 commit comments

Comments
 (0)