Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbb5dcd

Browse files
authored
Merge pull request #119 from mindbox-cloud/feature/MBX-3072-Trigger-not-on-self-hosted
MBX-3072 Not on self-hosted
2 parents 1a0c8a8 + b62e64d commit fbb5dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
trigger:
12-
runs-on: [self-hosted, macOS, ARM64, mobile-sdk]
12+
runs-on: macos-latest
1313
if: github.event.pull_request.merged == true
1414
steps:
1515
- name: Checkout repository

0 commit comments

Comments
 (0)