Compare commits

..

1 commit

Author SHA1 Message Date
81322c7256 cleanup 2026-02-24 11:37:22 -08:00

View file

@ -1,13 +1,13 @@
name: CI
on:
# TODO: re-enable once runners are fixed
push:
branches: [main]
pull_request:
branches: [does_not_exist] # [ main ]
# pull_request:
jobs:
ci:
if: false # TODO: remove once runners are fixed
runs-on: docker
container:
image: rust:latest