Skip to content

Commit

Permalink
ci: update data regression job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinKruglov committed Jul 17, 2024
1 parent 7cadfb8 commit 884c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-full-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:

data_regression_migrate_modified:
name: Data regression testing - apply migrations to pre-release-modified-data
needs: release_staging
needs: [build_release, release_staging]
runs-on: ubuntu-20.04
env:
PRE_RELEASE_MODIFIED_DATA_DB_URL: ${{ secrets.PRE_RELEASE_MODIFIED_DATA_DB_URL }}
Expand Down

0 comments on commit 884c263

Please sign in to comment.