Skip to content

Commit aa929fd

Browse files
committed
fix uses
1 parent 7342678 commit aa929fd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build_deploy_dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
# and they don't depend on build or deployment
4343
run_unit_tests:
4444
name: Run Unit Tests
45-
runs-on: mdb-dev
4645
needs: [changes]
4746
if: ${{ needs.changes.outputs.not-docs == 'true' }}
4847
uses: ./.github/workflows/tests_unit.yml

.github/workflows/build_deploy_staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121

2222
run_unit_tests:
2323
name: Run Unit Tests
24-
runs-on: mdb-dev
2524
if: github.event.pull_request.merged == true
2625
uses: ./.github/workflows/tests_unit.yml
2726
with:

0 commit comments

Comments
 (0)