We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7342678 commit aa929fdCopy full SHA for aa929fd
2 files changed
.github/workflows/build_deploy_dev.yml
@@ -42,7 +42,6 @@ jobs:
42
# and they don't depend on build or deployment
43
run_unit_tests:
44
name: Run Unit Tests
45
- runs-on: mdb-dev
46
needs: [changes]
47
if: ${{ needs.changes.outputs.not-docs == 'true' }}
48
uses: ./.github/workflows/tests_unit.yml
.github/workflows/build_deploy_staging.yml
@@ -21,7 +21,6 @@ jobs:
21
22
23
24
25
if: github.event.pull_request.merged == true
26
27
with:
0 commit comments