From 201a2dede8fc4e119e34c42d4a7d21e2d7c263e5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:01:19 +0000 Subject: [PATCH 1/6] Initial plan From dd4bb3ce806fc6b0fdd35ee7b71fee8cf89b41ef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:06:02 +0000 Subject: [PATCH 2/6] Fix mt-sync-code-data release trigger on non-default manual branches Agent-Logs-Url: https://github.com/mtransitapps/commons/sessions/3f932dd5-f13e-434a-a07c-6bd5def796b9 Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com> --- .../.github/workflows/mt-sync-code-data.yml | 2 +- shared/.gradle/9.3.1/checksums/checksums.lock | Bin 0 -> 17 bytes .../.gradle/9.3.1/checksums/md5-checksums.bin | Bin 0 -> 18797 bytes .../9.3.1/checksums/sha1-checksums.bin | Bin 0 -> 19253 bytes .../.gradle/9.3.1/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/9.3.1/fileHashes/fileHashes.bin | Bin 0 -> 18597 bytes .../.gradle/9.3.1/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes shared/.gradle/9.3.1/gc.properties | 0 .../buildOutputCleanup.lock | Bin 0 -> 17 bytes .../buildOutputCleanup/cache.properties | 2 + .../classloaderscopes2210185925468193949.tmp | Bin 0 -> 1 bytes .../configuration-cache.lock | Bin 0 -> 17 bytes .../.gradle/configuration-cache/gc.properties | 0 shared/.gradle/file-system.probe | Bin 0 -> 8 bytes shared/.gradle/vcs-1/gc.properties | 0 shared/.gradle/workspace-id.txt | Bin 0 -> 28 bytes shared/.gradle/workspace-id.txt.lock | Bin 0 -> 17 bytes .../configuration-cache-report.html | 659 ++++++++++++++++++ 18 files changed, 662 insertions(+), 1 deletion(-) create mode 100644 shared/.gradle/9.3.1/checksums/checksums.lock create mode 100644 shared/.gradle/9.3.1/checksums/md5-checksums.bin create mode 100644 shared/.gradle/9.3.1/checksums/sha1-checksums.bin create mode 100644 shared/.gradle/9.3.1/fileChanges/last-build.bin create mode 100644 shared/.gradle/9.3.1/fileHashes/fileHashes.bin create mode 100644 shared/.gradle/9.3.1/fileHashes/fileHashes.lock create mode 100644 shared/.gradle/9.3.1/gc.properties create mode 100644 shared/.gradle/buildOutputCleanup/buildOutputCleanup.lock create mode 100644 shared/.gradle/buildOutputCleanup/cache.properties create mode 100644 shared/.gradle/configuration-cache/79eb4ad7-957d-4453-846a-81dd5c7ebac9/classloaderscopes2210185925468193949.tmp create mode 100644 shared/.gradle/configuration-cache/configuration-cache.lock create mode 100644 shared/.gradle/configuration-cache/gc.properties create mode 100644 shared/.gradle/file-system.probe create mode 100644 shared/.gradle/vcs-1/gc.properties create mode 100644 shared/.gradle/workspace-id.txt create mode 100644 shared/.gradle/workspace-id.txt.lock create mode 100644 shared/build/reports/configuration-cache/egf8az5xnghbw5iovyd750o48/1l8wckp4mt8o3x2lyp0s67ysp/configuration-cache-report.html diff --git a/shared-overwrite/.github/workflows/mt-sync-code-data.yml b/shared-overwrite/.github/workflows/mt-sync-code-data.yml index ad65df0e..c2064ccb 100644 --- a/shared-overwrite/.github/workflows/mt-sync-code-data.yml +++ b/shared-overwrite/.github/workflows/mt-sync-code-data.yml @@ -243,7 +243,7 @@ jobs: run: ./push_commits.sh - name: MT trigger release if required - if: ${{ github.event_name != 'pull_request' && github.event.inputs.skip-app-release != 'true' }} + if: ${{ github.event_name != 'pull_request' && github.event.inputs.skip-app-release != 'true' && (github.event_name != 'workflow_dispatch' || github.ref == format('refs/heads/{0}', env.MT_DEFAULT_BRANCH_NAME)) }} run: | MT_TEMP_DIR=".mt"; mkdir -p $MT_TEMP_DIR; diff --git a/shared/.gradle/9.3.1/checksums/checksums.lock b/shared/.gradle/9.3.1/checksums/checksums.lock new file mode 100644 index 0000000000000000000000000000000000000000..583b0b33e46c0d52027a8c27227643f5baead305 GIT binary patch literal 17 UcmZP;xGnOgZS7+r1_+P<05W_8F8}}l literal 0 HcmV?d00001 diff --git a/shared/.gradle/9.3.1/checksums/md5-checksums.bin b/shared/.gradle/9.3.1/checksums/md5-checksums.bin new file mode 100644 index 0000000000000000000000000000000000000000..763efa4396f6b62438bab5b19e19e22d3a3ac8a1 GIT binary patch literal 18797 zcmeI%%_{_90LSsMVeKY6DOv}j_TViqDQdm7rHpbwDXsES4x~t{98eA-wIxJRk^>hh zwKq!b!AsOq6d@!fg}5mevpvs*)?c9S)XY5dd*(M!&*wT7iegtk<)M5Z3Ex9T2q1s} z0tg_000IagfB*srAbY6#{Ywd^5*w}Y=5=LHII?Utz>Tay{-ZYcJxra z)ubp9^K0(yBhfJJ>-U`BjlH7cmO$aMf7l#3I@aFNC>s08vN09jNSTZ3Y`c6sYu&8h zsU4hJ5sg5PY`ldx8XPv&Yzb;lr|YRc*RWGIUPZ$i3~$urPP{K@&kpsjGT-Sb^@+wo iw`fHFv4;Dy>$d;GRB~_2Xq+6Xijj?D(TFpL*7yRR5~maZ literal 0 HcmV?d00001 diff --git a/shared/.gradle/9.3.1/checksums/sha1-checksums.bin b/shared/.gradle/9.3.1/checksums/sha1-checksums.bin new file mode 100644 index 0000000000000000000000000000000000000000..b82b6bc5c215e5e4e6e8211a77674e3f2a9693e8 GIT binary patch literal 19253 zcmeI(T}V@590u^C49%5WRO$?bB}ui-ni~}OK@AtpmAIrCvo!3&=mVWIkUlTM$cr_x zRWz_P8)ezDu)0}}ji{8twDO`AHErE2`oKbxblDm2`{KpA8eYY7;Ox9S=lu8V{oQWU za-3x896h-CBV&Gv6$Bsv0SG_<0uX=z1Rwwb2tWV=5P$##AOHafKmY>&i-3{eh>&bX zqDYP{#4Q}BT*5Czj&Fqx{)^0Kom7xl^9KC5OU&D|`Q*UGcUuM2e~*RNr@(tP~(y<=(< zeLkDzmCe?V0mu4Gnpd#==w(^x(zBsSlIvPn&aNDnR7dXN6#@`|00bZa0SG_<0uX=z z1Rwwb2tWV=5P$##AOHafKmY;|fB*y_009U<00Izz00bZa0SG_<0uX=z1R$`m0&4#4 z^7%6_cCP3cU)ia77tQVUUkgjZZN}~SmI?k>?N{$tKYvYnll}ZvwGdOA1d#*f=?}N0 zRFxLg5C8U-40vvkE`JW~vd4ENHnsbM)V%nLOZDjUr?kB__Jg7~1|R7PG|{e^_^!mJ zZZ$?W44QW8tal$bw4X2Vtf8Rw`9n(tAwH-)06wMq41Omv)VjE>UXyz7m_Vc>4`cI;v)57uS8w zkh!&4?uLHSHA?>7A&CBn@ABnNNhidIb~#-aj+8uY4c@61caf==t74xpNx{{|rv3t; CCyP<}OM=-TC|k8? z5Wyh6fk9`PT@GKsAm6~u{QSeu%zSm2^$z>% literal 0 HcmV?d00001 diff --git a/shared/.gradle/9.3.1/gc.properties b/shared/.gradle/9.3.1/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/shared/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/shared/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000000000000000000000000000000000000..19802a5a10dc5ebf35c713edf61cd95b37dc9c17 GIT binary patch literal 17 TcmZQx!|zce{DvWx0Rk8SByR%X literal 0 HcmV?d00001 diff --git a/shared/.gradle/buildOutputCleanup/cache.properties b/shared/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 00000000..37214830 --- /dev/null +++ b/shared/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Tue Apr 21 14:03:47 UTC 2026 +gradle.version=9.3.1 diff --git a/shared/.gradle/configuration-cache/79eb4ad7-957d-4453-846a-81dd5c7ebac9/classloaderscopes2210185925468193949.tmp b/shared/.gradle/configuration-cache/79eb4ad7-957d-4453-846a-81dd5c7ebac9/classloaderscopes2210185925468193949.tmp new file mode 100644 index 0000000000000000000000000000000000000000..f76dd238ade08917e6712764a16a22005a50573d GIT binary patch literal 1 IcmZPo000310RR91 literal 0 HcmV?d00001 diff --git a/shared/.gradle/configuration-cache/configuration-cache.lock b/shared/.gradle/configuration-cache/configuration-cache.lock new file mode 100644 index 0000000000000000000000000000000000000000..9637a5714117bb5fa7518d95f5c6661977be47cd GIT binary patch literal 17 ScmZQp4&r#KlxEJ(00jUWvH~ms literal 0 HcmV?d00001 diff --git a/shared/.gradle/configuration-cache/gc.properties b/shared/.gradle/configuration-cache/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/shared/.gradle/file-system.probe b/shared/.gradle/file-system.probe new file mode 100644 index 0000000000000000000000000000000000000000..9a19286601dde043e85482ea3dd99e73cf904c69 GIT binary patch literal 8 PcmZQzV4S-lYKJ5M2zCN` literal 0 HcmV?d00001 diff --git a/shared/.gradle/vcs-1/gc.properties b/shared/.gradle/vcs-1/gc.properties new file mode 100644 index 00000000..e69de29b diff --git a/shared/.gradle/workspace-id.txt b/shared/.gradle/workspace-id.txt new file mode 100644 index 0000000000000000000000000000000000000000..b57d6b8a3c9eb1ec9ceaba9df80e1924f643ac4c GIT binary patch literal 28 jcmZRODoHBKOf*d`%q~kRu1GS@DNZ#jPRma + + + + + + + + + + + + Gradle Configuration Cache + + + +
+ +
+ Loading... +
+ + + + + + From c686261695b4df178dba663f45c6aa3e07ceda83 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:07:16 +0000 Subject: [PATCH 3/6] Remove accidental Gradle artifacts from PR Agent-Logs-Url: https://github.com/mtransitapps/commons/sessions/3f932dd5-f13e-434a-a07c-6bd5def796b9 Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com> --- .gitignore | 6 +- shared/.gradle/9.3.1/checksums/checksums.lock | Bin 17 -> 0 bytes .../.gradle/9.3.1/checksums/md5-checksums.bin | Bin 18797 -> 0 bytes .../9.3.1/checksums/sha1-checksums.bin | Bin 19253 -> 0 bytes .../.gradle/9.3.1/fileChanges/last-build.bin | Bin 1 -> 0 bytes .../.gradle/9.3.1/fileHashes/fileHashes.bin | Bin 18597 -> 0 bytes .../.gradle/9.3.1/fileHashes/fileHashes.lock | Bin 17 -> 0 bytes shared/.gradle/9.3.1/gc.properties | 0 .../buildOutputCleanup.lock | Bin 17 -> 0 bytes .../buildOutputCleanup/cache.properties | 2 - .../classloaderscopes2210185925468193949.tmp | Bin 1 -> 0 bytes .../configuration-cache.lock | Bin 17 -> 0 bytes .../.gradle/configuration-cache/gc.properties | 0 shared/.gradle/file-system.probe | Bin 8 -> 0 bytes shared/.gradle/vcs-1/gc.properties | 0 shared/.gradle/workspace-id.txt | Bin 28 -> 0 bytes shared/.gradle/workspace-id.txt.lock | Bin 17 -> 0 bytes .../configuration-cache-report.html | 659 ------------------ 18 files changed, 5 insertions(+), 662 deletions(-) delete mode 100644 shared/.gradle/9.3.1/checksums/checksums.lock delete mode 100644 shared/.gradle/9.3.1/checksums/md5-checksums.bin delete mode 100644 shared/.gradle/9.3.1/checksums/sha1-checksums.bin delete mode 100644 shared/.gradle/9.3.1/fileChanges/last-build.bin delete mode 100644 shared/.gradle/9.3.1/fileHashes/fileHashes.bin delete mode 100644 shared/.gradle/9.3.1/fileHashes/fileHashes.lock delete mode 100644 shared/.gradle/9.3.1/gc.properties delete mode 100644 shared/.gradle/buildOutputCleanup/buildOutputCleanup.lock delete mode 100644 shared/.gradle/buildOutputCleanup/cache.properties delete mode 100644 shared/.gradle/configuration-cache/79eb4ad7-957d-4453-846a-81dd5c7ebac9/classloaderscopes2210185925468193949.tmp delete mode 100644 shared/.gradle/configuration-cache/configuration-cache.lock delete mode 100644 shared/.gradle/configuration-cache/gc.properties delete mode 100644 shared/.gradle/file-system.probe delete mode 100644 shared/.gradle/vcs-1/gc.properties delete mode 100644 shared/.gradle/workspace-id.txt delete mode 100644 shared/.gradle/workspace-id.txt.lock delete mode 100644 shared/build/reports/configuration-cache/egf8az5xnghbw5iovyd750o48/1l8wckp4mt8o3x2lyp0s67ysp/configuration-cache-report.html diff --git a/.gitignore b/.gitignore index 4b3d9e28..be56b95c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ *.iml # TOML Dependency updater file -*.updates.toml \ No newline at end of file +*.updates.toml + +# Local Gradle artifacts +shared/.gradle/ +shared/build/ diff --git a/shared/.gradle/9.3.1/checksums/checksums.lock b/shared/.gradle/9.3.1/checksums/checksums.lock deleted file mode 100644 index 583b0b33e46c0d52027a8c27227643f5baead305..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 UcmZP;xGnOgZS7+r1_+P<05W_8F8}}l diff --git a/shared/.gradle/9.3.1/checksums/md5-checksums.bin b/shared/.gradle/9.3.1/checksums/md5-checksums.bin deleted file mode 100644 index 763efa4396f6b62438bab5b19e19e22d3a3ac8a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18797 zcmeI%%_{_90LSsMVeKY6DOv}j_TViqDQdm7rHpbwDXsES4x~t{98eA-wIxJRk^>hh zwKq!b!AsOq6d@!fg}5mevpvs*)?c9S)XY5dd*(M!&*wT7iegtk<)M5Z3Ex9T2q1s} z0tg_000IagfB*srAbY6#{Ywd^5*w}Y=5=LHII?Utz>Tay{-ZYcJxra z)ubp9^K0(yBhfJJ>-U`BjlH7cmO$aMf7l#3I@aFNC>s08vN09jNSTZ3Y`c6sYu&8h zsU4hJ5sg5PY`ldx8XPv&Yzb;lr|YRc*RWGIUPZ$i3~$urPP{K@&kpsjGT-Sb^@+wo iw`fHFv4;Dy>$d;GRB~_2Xq+6Xijj?D(TFpL*7yRR5~maZ diff --git a/shared/.gradle/9.3.1/checksums/sha1-checksums.bin b/shared/.gradle/9.3.1/checksums/sha1-checksums.bin deleted file mode 100644 index b82b6bc5c215e5e4e6e8211a77674e3f2a9693e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19253 zcmeI(T}V@590u^C49%5WRO$?bB}ui-ni~}OK@AtpmAIrCvo!3&=mVWIkUlTM$cr_x zRWz_P8)ezDu)0}}ji{8twDO`AHErE2`oKbxblDm2`{KpA8eYY7;Ox9S=lu8V{oQWU za-3x896h-CBV&Gv6$Bsv0SG_<0uX=z1Rwwb2tWV=5P$##AOHafKmY>&i-3{eh>&bX zqDYP{#4Q}BT*5Czj&Fqx{)^0Kom7xl^9KC5OU&D|`Q*UGcUuM2e~*RNr@(tP~(y<=(< zeLkDzmCe?V0mu4Gnpd#==w(^x(zBsSlIvPn&aNDnR7dXN6#@`|00bZa0SG_<0uX=z z1Rwwb2tWV=5P$##AOHafKmY;|fB*y_009U<00Izz00bZa0SG_<0uX=z1R$`m0&4#4 z^7%6_cCP3cU)ia77tQVUUkgjZZN}~SmI?k>?N{$tKYvYnll}ZvwGdOA1d#*f=?}N0 zRFxLg5C8U-40vvkE`JW~vd4ENHnsbM)V%nLOZDjUr?kB__Jg7~1|R7PG|{e^_^!mJ zZZ$?W44QW8tal$bw4X2Vtf8Rw`9n(tAwH-)06wMq41Omv)VjE>UXyz7m_Vc>4`cI;v)57uS8w zkh!&4?uLHSHA?>7A&CBn@ABnNNhidIb~#-aj+8uY4c@61caf==t74xpNx{{|rv3t; CCyP<}OM=-TC|k8? z5Wyh6fk9`PT@GKsAm6~u{QSeu%zSm2^$z>% diff --git a/shared/.gradle/9.3.1/gc.properties b/shared/.gradle/9.3.1/gc.properties deleted file mode 100644 index e69de29b..00000000 diff --git a/shared/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/shared/.gradle/buildOutputCleanup/buildOutputCleanup.lock deleted file mode 100644 index 19802a5a10dc5ebf35c713edf61cd95b37dc9c17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 TcmZQx!|zce{DvWx0Rk8SByR%X diff --git a/shared/.gradle/buildOutputCleanup/cache.properties b/shared/.gradle/buildOutputCleanup/cache.properties deleted file mode 100644 index 37214830..00000000 --- a/shared/.gradle/buildOutputCleanup/cache.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Tue Apr 21 14:03:47 UTC 2026 -gradle.version=9.3.1 diff --git a/shared/.gradle/configuration-cache/79eb4ad7-957d-4453-846a-81dd5c7ebac9/classloaderscopes2210185925468193949.tmp b/shared/.gradle/configuration-cache/79eb4ad7-957d-4453-846a-81dd5c7ebac9/classloaderscopes2210185925468193949.tmp deleted file mode 100644 index f76dd238ade08917e6712764a16a22005a50573d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1 IcmZPo000310RR91 diff --git a/shared/.gradle/configuration-cache/configuration-cache.lock b/shared/.gradle/configuration-cache/configuration-cache.lock deleted file mode 100644 index 9637a5714117bb5fa7518d95f5c6661977be47cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 ScmZQp4&r#KlxEJ(00jUWvH~ms diff --git a/shared/.gradle/configuration-cache/gc.properties b/shared/.gradle/configuration-cache/gc.properties deleted file mode 100644 index e69de29b..00000000 diff --git a/shared/.gradle/file-system.probe b/shared/.gradle/file-system.probe deleted file mode 100644 index 9a19286601dde043e85482ea3dd99e73cf904c69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8 PcmZQzV4S-lYKJ5M2zCN` diff --git a/shared/.gradle/vcs-1/gc.properties b/shared/.gradle/vcs-1/gc.properties deleted file mode 100644 index e69de29b..00000000 diff --git a/shared/.gradle/workspace-id.txt b/shared/.gradle/workspace-id.txt deleted file mode 100644 index b57d6b8a3c9eb1ec9ceaba9df80e1924f643ac4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28 jcmZRODoHBKOf*d`%q~kRu1GS@DNZ#jPRma - - - - - - - - - - - - Gradle Configuration Cache - - - -
- -
- Loading... -
- - - - - - From dfbfe15f67f1d7889d5ded30b576f48e72578f3b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:08:13 +0000 Subject: [PATCH 4/6] Simplify workflow dispatch default-branch release condition Agent-Logs-Url: https://github.com/mtransitapps/commons/sessions/3f932dd5-f13e-434a-a07c-6bd5def796b9 Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com> --- shared-overwrite/.github/workflows/mt-sync-code-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-overwrite/.github/workflows/mt-sync-code-data.yml b/shared-overwrite/.github/workflows/mt-sync-code-data.yml index c2064ccb..fd14b363 100644 --- a/shared-overwrite/.github/workflows/mt-sync-code-data.yml +++ b/shared-overwrite/.github/workflows/mt-sync-code-data.yml @@ -243,7 +243,7 @@ jobs: run: ./push_commits.sh - name: MT trigger release if required - if: ${{ github.event_name != 'pull_request' && github.event.inputs.skip-app-release != 'true' && (github.event_name != 'workflow_dispatch' || github.ref == format('refs/heads/{0}', env.MT_DEFAULT_BRANCH_NAME)) }} + if: ${{ github.event_name != 'pull_request' && github.event.inputs.skip-app-release != 'true' && (github.event_name != 'workflow_dispatch' || github.ref_name == env.MT_DEFAULT_BRANCH_NAME) }} run: | MT_TEMP_DIR=".mt"; mkdir -p $MT_TEMP_DIR; From 38608fe83d019f789340bc067902aae7d60db4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Tue, 21 Apr 2026 10:21:01 -0400 Subject: [PATCH 5/6] Discard changes to .gitignore --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index be56b95c..4b3d9e28 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,4 @@ *.iml # TOML Dependency updater file -*.updates.toml - -# Local Gradle artifacts -shared/.gradle/ -shared/build/ +*.updates.toml \ No newline at end of file From 5507196da8f693d386858f6666b2a6a6f630d48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Tue, 21 Apr 2026 10:30:32 -0400 Subject: [PATCH 6/6] Fix condition for triggering app release in workflow --- shared-overwrite/.github/workflows/mt-sync-code-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-overwrite/.github/workflows/mt-sync-code-data.yml b/shared-overwrite/.github/workflows/mt-sync-code-data.yml index fd14b363..13fd5ffe 100644 --- a/shared-overwrite/.github/workflows/mt-sync-code-data.yml +++ b/shared-overwrite/.github/workflows/mt-sync-code-data.yml @@ -243,7 +243,7 @@ jobs: run: ./push_commits.sh - name: MT trigger release if required - if: ${{ github.event_name != 'pull_request' && github.event.inputs.skip-app-release != 'true' && (github.event_name != 'workflow_dispatch' || github.ref_name == env.MT_DEFAULT_BRANCH_NAME) }} + if: ${{ github.event_name != 'pull_request' && github.event.inputs.skip-app-release != 'true' && github.ref_name == env.MT_DEFAULT_BRANCH_NAME }} run: | MT_TEMP_DIR=".mt"; mkdir -p $MT_TEMP_DIR;