[AFL++] Run system config script to ensure AFL++ will run #1176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: taskcluster push worker | |
on: [push] | |
jobs: | |
osx-tc-worker-push: | |
runs-on: macos-13 | |
env: | |
TASKCLUSTER_ACCESS_TOKEN: ${{ secrets.TASKCLUSTER_ACCESS_TOKEN }} | |
TC_WORKER_ID: "gh-orion-push-${{ github.run_id }}-${{ github.run_attempt }}" | |
steps: | |
- uses: actions/checkout@v2 | |
name: clone | |
- run: .github/scripts/start-worker.sh | |
continue-on-error: true | |
name: taskcluster worker | |
- run: true | |
name: allow failures |