fix healthcheck again

This commit is contained in:
Zoey
2024-01-26 23:30:14 +01:00
parent 235bdc262b
commit 740d4c74aa
2 changed files with 21 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ on:
jobs:
update-and-lint:
runs-on: ubuntu-latest
if: ${{ github.ref_name == 'develop' }}
steps:
- name: Checkout
uses: actions/checkout@v4