We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcb38f commit 89ed2d6Copy full SHA for 89ed2d6
.github/workflows/main.yml
@@ -104,6 +104,12 @@ jobs:
104
~/Library/Caches/Homebrew
105
- name: Gather inital host info
106
run: ext/bin/host-info
107
+ - name: Configure Datadog Test Optimization
108
+ if: github.event.pull_request.head.repo.full_name == github.repository
109
+ uses: int128/datadog-actions-metrics@v1
110
+ with:
111
+ datadog-api-key: ${{ secrets.DATADOG_API_KEY }}
112
+ datadog-site: datadoghq.eu
113
- env:
114
LEIN_PROFILES: ${{ matrix.lein-profile }}
115
PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS: ${{ matrix.drop-joins }}
0 commit comments