1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Remove check

This commit is contained in:
adrinr 2023-04-20 12:25:38 +01:00
parent 6ecb062acf
commit e10eba9447

View file

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