Skip to content

Wait on parent if poll() does not return an exit code #199

Wait on parent if poll() does not return an exit code

Wait on parent if poll() does not return an exit code #199

name: taskcluster push worker
on: [push]
jobs:
osx-tc-worker-push:
runs-on: macos-latest
env:
TASKCLUSTER_ACCESS_TOKEN: ${{ secrets.TASKCLUSTER_ACCESS_TOKEN }}
TC_WORKER_ID: "gh-ffpuppet-push-${{ github.run_id }}-${{ github.run_attempt }}"
steps:
- uses: actions/checkout@v2
- run: .github/scripts/start-worker.sh
continue-on-error: true
- run: true