Browse Source

Github Actions: fix PR testing originating from different branches

tempestpy_adaptions
Daniel Basgöze 4 years ago
committed by Matthias Volk
parent
commit
b58addcf50
  1. 2
      .github/workflows/buildtest.yml

2
.github/workflows/buildtest.yml

@ -14,7 +14,7 @@ env:
CARL_BRANCH: "master14" CARL_BRANCH: "master14"
CARL_GIT_URL: "https://github.com/smtrat/carl.git" CARL_GIT_URL: "https://github.com/smtrat/carl.git"
STORM_GIT_URL: "${{ github.server_url }}/${{ github.repository }}.git" STORM_GIT_URL: "${{ github.server_url }}/${{ github.repository }}.git"
STORM_BRANCH: "${{ github.head_ref || github.sha }}"
STORM_BRANCH: "${{ github.ref }}"
# github runners currently have two cores # github runners currently have two cores
NR_JOBS: "2" NR_JOBS: "2"

Loading…
Cancel
Save