Skip to content

Commit 8037e6f

Browse files
committed
ci: Use specific SHA for petals pipeline
1 parent cfe6256 commit 8037e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969

7070
test-petals:
7171
name: Petals
72-
uses: CLIMADA-project/climada_petals/.github/workflows/testing.yml@github-actions
72+
uses: CLIMADA-project/climada_petals/.github/workflows/testing.yml@39e0e94b9b30e3797cd07d615984af8ad6ad4c09
7373
needs: build-and-test
7474
with:
7575
core_branch: ${{ github.ref }}
76-
petals_branch: github-actions
76+
petals_branch: 39e0e94b9b30e3797cd07d615984af8ad6ad4c09
7777
permissions:
7878
checks: write

0 commit comments

Comments
 (0)