Skip to content

Standardize Docker CI to use ghcr #1762

Standardize Docker CI to use ghcr

Standardize Docker CI to use ghcr #1762

Workflow file for this run

name: CI Policies
on: pull_request
jobs:
warn-big-diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cornell-dti/big-diff-warning@master
continue-on-error: true
env:
BOT_TOKEN: '${{ secrets.BOT_TOKEN }}'