Skip to content

Commit 97b26df

Browse files
authored
Merge branch 'Parallel-in-Time:v5' into v5
2 parents 732fcec + a3a60d9 commit 97b26df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555
with:
5656
fetch-depth: 0
57+
ref: ${{ github.event.pull_request.head.sha }}
5758

5859
- name: Checkout benchmark repository
5960
uses: actions/checkout@v3
@@ -76,8 +77,8 @@ jobs:
7677
env:
7778
FORCE_PUSH: "true"
7879
GITLAB_HOSTNAME: "gitlab.hzdr.de"
79-
GITLAB_USERNAME: "r.speck"
80-
GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_H }}
80+
GITLAB_USERNAME: ${{ secrets.GITLAB_SECRET_USER }}
81+
GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_PASS }}
8182
GITLAB_PROJECT_ID: "3525"
8283
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8384

0 commit comments

Comments
 (0)