Compare commits
1 commit
81322c7256
...
702ed97249
| Author | SHA1 | Date | |
|---|---|---|---|
| 702ed97249 |
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# TODO: re-enable once runners are fixed
|
|
||||||
push:
|
push:
|
||||||
branches: [does_not_exist] # [ main ]
|
branches: [main]
|
||||||
# pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
if: false # TODO: remove once runners are fixed
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue