Remove check

This commit is contained in:
adrinr 2023-04-20 12:25:38 +01:00
parent 6ecb062acf
commit e10eba9447
1 changed files with 5 additions and 5 deletions

View File

@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Fail if branch is not develop # - name: Fail if branch is not develop
if: github.ref != 'refs/heads/develop' # if: github.ref != 'refs/heads/develop'
run: | # run: |
echo "Ref is not develop, you must run this job from develop." # echo "Ref is not develop, you must run this job from develop."
exit 1 # exit 1
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: true submodules: true