Skip to content

Commit 00f7011

Browse files
authored
fix: change trigger to merge_group in "Release Migrations - Staging / build (push)" workflow (#1884)
* fix: change trigger to merge_group ... in "Release Migrations - Staging / build (push)" workflow following-up #1849 Follow-up #1849 * Rename build job to release-migrations-staging
1 parent 583b046 commit 00f7011

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-migrations-staging.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Release Migrations - Staging
22

33
on:
4-
push:
5-
branches:
6-
- develop
4+
merge_group:
75
workflow_dispatch:
86

97
jobs:
10-
build:
8+
release-migrations-staging:
119
runs-on: blacksmith-2vcpu-ubuntu-2404-arm
1210
timeout-minutes: 15
1311
permissions:

0 commit comments

Comments
 (0)