Update django.yml

This commit is contained in:
2022-12-11 14:13:47 +00:00
committed by GitHub
parent 9818ed995f
commit 52fd662340

View File

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