Skip to content

[ci] de-flake app rewards test #2407

[ci] de-flake app rewards test

[ci] de-flake app rewards test #2407

name: Static checks for PRs from forks (No Approval Required)
on:
# unapproved runs must be on: pull_request, to prevent cache pollution on main
pull_request:
types: [ opened, synchronize, reopened ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
jobs:
# Note: unapproved runs must not be granted access to secrets, and must not run on self-hosted runners
no_approval_static_tests:
name: Static Tests
uses: ./.github/workflows/build.static_tests.yml
if: github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
secrets: {} # Explcitly do not grant access to secrets
permissions:
contents: read
with:
self_hosted: false
commit_sha: ${{ github.event.pull_request.head.sha }}
skip_todo_check: true # runs from forks with on: pull_request run in context of the fork, so issue references will be broken