Update django.yml

Rollback runner for now
This commit is contained in:
2022-12-11 01:01:01 +00:00
committed by GitHub
parent a7bf990666
commit 5178614d71

View File

@@ -9,7 +9,7 @@ on:
jobs: jobs:
build: build:
if: "!contains(github.event.head_commit.message, '[ci skip]')" if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest runs-on: ubuntu-20.04
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps: