update PR publish to wait for lint success

This commit is contained in:
jeffvli
2025-12-23 20:23:53 -08:00
parent 25bfb65b6d
commit ac257a9dc1
+13
View File
@@ -6,7 +6,20 @@ on:
- development - development
jobs: jobs:
wait-for-lint:
runs-on: ubuntu-latest
steps:
- name: Wait for Test workflow to complete
uses: lewagon/wait-on-check-action@v1.4.1
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'lint'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
allowed-conclusions: success
publish: publish:
needs: wait-for-lint
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy: