We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9704ae commit 2a5871fCopy full SHA for 2a5871f
2 files changed
.github/workflows/cleanup.yml
@@ -1,6 +1,9 @@
1
name: 'Cleanup'
2
3
on:
4
+ push:
5
+ branches:
6
+ - ci/**
7
schedule:
8
- cron: '0 0 * * 0'
9
workflow_dispatch:
.github/workflows/migrations.yml
@@ -16,10 +16,10 @@ concurrency:
16
17
env:
18
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19
- DB_USER: test
20
- DB_PASSWORD: password
+ DB_USER: tracker
+ DB_PASSWORD: super-tracker-password
21
DB_NAME: test
22
- DB_URL: postgres://user:password@localhost:5432/test_db
+ DB_URL: postgres://tracker:super-tracker-password@localhost:5432/test
23
24
jobs:
25
check:
0 commit comments