Skip to content

Commit 81bec79

Browse files
committed
aaaa
1 parent b98845f commit 81bec79

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/_astra-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727

2828
- name: Run integration tests
2929
env:
30-
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
31-
run: mvn clean verify -pl astra-db-java -Pastra-prod
30+
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN_DEV }}
31+
run: mvn clean verify -pl astra-db-java -Pastra-dev

.github/workflows/_hcd-integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Run integration tests against HCD
33
on:
44
workflow_call:
55
workflow_dispatch:
6-
pull_request: # temporary until it's merged
7-
branches: [ KG-ci-additions ]
8-
push:
9-
branches: [ KG-ci-additions ]
6+
# pull_request: # temporary until it's merged
7+
# branches: [ KG-ci-additions ]
8+
# push:
9+
# branches: [ KG-ci-additions ]
1010

1111
permissions:
1212
id-token: write

0 commit comments

Comments
 (0)