We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe6256 commit 8037e6fCopy full SHA for 8037e6f
.github/workflows/ci.yml
@@ -69,10 +69,10 @@ jobs:
69
70
test-petals:
71
name: Petals
72
- uses: CLIMADA-project/climada_petals/.github/workflows/testing.yml@github-actions
+ uses: CLIMADA-project/climada_petals/.github/workflows/testing.yml@39e0e94b9b30e3797cd07d615984af8ad6ad4c09
73
needs: build-and-test
74
with:
75
core_branch: ${{ github.ref }}
76
- petals_branch: github-actions
+ petals_branch: 39e0e94b9b30e3797cd07d615984af8ad6ad4c09
77
permissions:
78
checks: write
0 commit comments