Skip to content

Commit 14345df

Browse files
committed
Remove unnecessary stability prefix, because we send up the workflow name
1 parent 93b1ea4 commit 14345df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder-test-stability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
8282
DD_DATABASE: fake
83-
GIT_COMMIT_MESSAGE: stability-${{ github.event.head_commit.message }}
83+
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
8484
run: go run scripts/datadog-cireport/main.go gotests.xml
8585

8686
- name: Test with PostgreSQL Database
@@ -96,5 +96,5 @@ jobs:
9696
env:
9797
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
9898
DD_DATABASE: postgresql
99-
GIT_COMMIT_MESSAGE: stability-${{ github.event.head_commit.message }}
99+
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
100100
run: go run scripts/datadog-cireport/main.go gotests.xml

0 commit comments

Comments
 (0)