You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev-branch-build: # no-op job to force a workflow-level "dev-branch-build" github status check to be published. Github automatically makes the result of each workflow job available as a status check, and we configured the main branch's protected branch settings to require this workflow-level "dev-branch-build" status check to pass.
needs: [verify-build]
runs-on: ubuntu-latest
steps:
- run: exit 0 # no-op because a job definition requires something to do, but all we want this job to do is publish a workflow-level github status check.