We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b9880 commit 0e6068cCopy full SHA for 0e6068c
.github/workflows/master.yml
@@ -16,10 +16,10 @@ jobs:
16
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
17
uses: ./.github/workflows/lint.yml
18
19
- test:
+ test_common:
20
needs: lint
21
uses: ./.github/workflows/test_common.yml
22
23
test_local_destinations:
24
- needs: lint
+ needs: test_common
25
uses: ./.github/workflows/test_destinations_local.yml
0 commit comments