Compare commits
1 commit
702ed97249
...
81322c7256
| Author | SHA1 | Date | |
|---|---|---|---|
| 81322c7256 |
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue