Skip to content

Commit 2a5871f

Browse files
committed
chore: test
1 parent a9704ae commit 2a5871f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/cleanup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Cleanup'
22

33
on:
4+
push:
5+
branches:
6+
- ci/**
47
schedule:
58
- cron: '0 0 * * 0'
69
workflow_dispatch:

.github/workflows/migrations.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ concurrency:
1616

1717
env:
1818
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19-
DB_USER: test
20-
DB_PASSWORD: password
19+
DB_USER: tracker
20+
DB_PASSWORD: super-tracker-password
2121
DB_NAME: test
22-
DB_URL: postgres://user:password@localhost:5432/test_db
22+
DB_URL: postgres://tracker:super-tracker-password@localhost:5432/test
2323

2424
jobs:
2525
check:

0 commit comments

Comments
 (0)