Skip to content

Commit

Permalink
TMP hardcode branch
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 1, 2023
1 parent 98ad5b3 commit a5363f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/workflow_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@ jobs:
- name: Determine which branch to use while cloning the workflow call library
id: workflow_call_library_branch
run: |
if [[ "${{ github.repository }}" == "fem-on-colab/open-in-colab-workflow" ]]; then
BRANCH=${GITHUB_REF##*/}
else
BRANCH="main"
fi
echo "branch=${BRANCH}" >> ${GITHUB_OUTPUT}
echo "branch=env-apt" >> ${GITHUB_OUTPUT}
- name: Clone workflow call library
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a5363f6

Please sign in to comment.