File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Migration actions
1+ name : Notify migrations on PR
22
33on :
44 workflow_run :
5- workflows : [Migration checks ]
5+ workflows : [Verify migrations ]
66 types : [completed]
77
88permissions :
@@ -11,9 +11,9 @@ permissions:
1111 issues : write
1212
1313jobs :
14- migration_actions :
14+ notify_migrations_on_pr :
1515 if : github.event.workflow_run.conclusion == 'success'
16- uses : equinor/armada/.github/workflows/migration_actions .yml@main
16+ uses : equinor/armada/.github/workflows/notify_migrations_on_pr .yml@main
1717 with :
1818 stage_one_workflow_run_id : ${{ github.event.workflow_run.id }}
1919 migration_docs_url : https://github.com/equinor/isar/tree/main/alembic/README.md
Original file line number Diff line number Diff line change 1- name : Migration checks
1+ name : Verify migrations
22
33on :
44 pull_request :
@@ -10,8 +10,8 @@ permissions:
1010 issues : read
1111
1212jobs :
13- migration_checks :
14- uses : equinor/armada/.github/workflows/migration_checks .yml@main
13+ verify_migrations :
14+ uses : equinor/armada/.github/workflows/verify_migrations .yml@main
1515 with :
1616 database_paths : " src/isar/services/service_connections/persistent_memory.py"
1717 migrations_paths : " alembic/versions/**"
You can’t perform that action at this time.
0 commit comments