[WIP] Fix CI runs in master (#27)

* set default head ref

* check for head ref

* check branch
fix-ci
justheuristic 2 years ago committed by GitHub
parent 01ed4db750
commit 49242d8100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,7 @@ jobs:
pip install -r requirements.txt
- name: Delete previous model, if exists
run: |
echo $(env)
if [ -z "$GITHUB_HEAD_REF" ]
then
export GITHUB_HEAD_REF="main"

Loading…
Cancel
Save