Skip to content

Commit c0aa161

Browse files
committed
TEMP: run restore workflow manually
1 parent 06370c3 commit c0aa161

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/database.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
version: 14
109109

110110
- name: Sanitise dump
111-
if: github.event_name == 'schedule'
112111
run: |
113112
gzip -d --to-stdout backup.sql.gz | psql -d postgres
114113
psql -d postgres -f db/scripts/sanitise.sql
@@ -120,7 +119,6 @@ jobs:
120119
PGPORT: 5432
121120

122121
- name: Upload sanitised backup to Azure Storage
123-
if: github.event_name == 'schedule'
124122
run: |
125123
STORAGE_CONN_STR=$(az storage account show-connection-string -g ${{ env.RESOURCE_GROUP_NAME }} -n ${{ env.STORAGE_ACCOUNT_NAME }} --query 'connectionString')
126124
echo "::add-mask::$STORAGE_CONN_STR"
@@ -133,7 +131,6 @@ jobs:
133131
restore-preproduction:
134132
name: Restore preproduction
135133
needs: [backup]
136-
if: ${{ github.event_name == 'schedule' }}
137134
runs-on: ubuntu-latest
138135
environment: preproduction
139136
env:

0 commit comments

Comments
 (0)