File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ jobs:
108
108
version : 14
109
109
110
110
- name : Sanitise dump
111
- if : github.event_name == 'schedule'
112
111
run : |
113
112
gzip -d --to-stdout backup.sql.gz | psql -d postgres
114
113
psql -d postgres -f db/scripts/sanitise.sql
@@ -120,7 +119,6 @@ jobs:
120
119
PGPORT : 5432
121
120
122
121
- name : Upload sanitised backup to Azure Storage
123
- if : github.event_name == 'schedule'
124
122
run : |
125
123
STORAGE_CONN_STR=$(az storage account show-connection-string -g ${{ env.RESOURCE_GROUP_NAME }} -n ${{ env.STORAGE_ACCOUNT_NAME }} --query 'connectionString')
126
124
echo "::add-mask::$STORAGE_CONN_STR"
@@ -133,7 +131,6 @@ jobs:
133
131
restore-preproduction :
134
132
name : Restore preproduction
135
133
needs : [backup]
136
- if : ${{ github.event_name == 'schedule' }}
137
134
runs-on : ubuntu-latest
138
135
environment : preproduction
139
136
env :
You can’t perform that action at this time.
0 commit comments