Skip to content

Required checks autoskip #1

Required checks autoskip

Required checks autoskip #1

# The idea here is to immediately pass checks required for a PR to be merged so

Check failure on line 1 in .github/workflows/required-pr-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/required-pr-checks.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: just_ci, website
# that the gate is on the merge queue rather than on entering the merge queue
on:
pull_request:
branches: [master]
jobs:
just_ci:
name: Just CI
runs-on: ubuntu-latest
steps: []
website:
name: Build website
runs-on: ubuntu-latest
steps: []