diff --git a/.github/workflows/ios-selfhosted-build.yml b/.github/workflows/ios-selfhosted-build.yml index 8d96131..24a5625 100644 --- a/.github/workflows/ios-selfhosted-build.yml +++ b/.github/workflows/ios-selfhosted-build.yml @@ -45,8 +45,7 @@ jobs: continue-on-error: true name: Check latest commit is less than a day if: ${{ github.event_name == 'schedule' }} - run: - test -z "$(git rev-list --after='24 hours' ${{ github.sha }})" && echo "should_run=false" >> $GITHUB_ENV + run: test -z "$(git rev-list --after='24 hours' ${{ github.sha }})" && echo "should_run=false" >> $GITHUB_ENV build: runs-on: self-hosted timeout-minutes: 30