Skip to content

Commit

Permalink
ci: Use specific SHA for petals pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
peanutfun committed Feb 23, 2024
1 parent cfe6256 commit 8037e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:

test-petals:
name: Petals
uses: CLIMADA-project/climada_petals/.github/workflows/testing.yml@github-actions
uses: CLIMADA-project/climada_petals/.github/workflows/testing.yml@39e0e94b9b30e3797cd07d615984af8ad6ad4c09
needs: build-and-test
with:
core_branch: ${{ github.ref }}
petals_branch: github-actions
petals_branch: 39e0e94b9b30e3797cd07d615984af8ad6ad4c09
permissions:
checks: write

0 comments on commit 8037e6f

Please sign in to comment.