Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: sanity

on:
push:
branches: master
pull_request:
on: pull_request

# on:
# push:
# branches: master
# pull_request:

permissions: read-all

jobs:
check-docs-source-in-git:
runs-on: ubuntu-latest
runs-on: tenki-standard-autoscale
strategy:
matrix:
python-version: [3.11]
Expand All @@ -27,7 +29,7 @@ jobs:
make check-docs-source-in-git

test-for-missing-migrations:
runs-on: ubuntu-latest
runs-on: tenki-standard-autoscale
strategy:
matrix:
python-version: [3.11]
Expand All @@ -54,7 +56,7 @@ jobs:
make test_for_missing_migrations

test-migrations-rollback:
runs-on: ubuntu-latest
runs-on: tenki-standard-autoscale
strategy:
matrix:
python-version: [3.11]
Expand Down
Loading