name: "All Tests: Safari (stable)" # We never interact with the GitHub API, thus we can simply disable all # permissions the GitHub token would have. permissions: {} on: workflow_dispatch: workflow_run: workflows: [epochs] types: - completed push: branches: - epochs/daily - triggers/safari_stable jobs: check-workflow-run: name: "Check for appropriate epochs" uses: ./.github/workflows/check-workflow-run.yml with: check-refs: '["refs/heads/epochs/daily"]' permissions: actions: read safari-stable-results: name: "All Tests: Safari (stable)" needs: check-workflow-run if: | github.event_name != 'workflow_run' || fromJSON(needs.check-workflow-run.outputs.updated-refs)[0] != null uses: ./.github/workflows/safari-wptrunner.yml with: artifact-name: "safari-results" safari-technology-preview: false safaridriver-diagnose: false