diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc2017dc5d..632e11196a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,12 @@ jobs: runs-on: ubuntu-latest if: contains(github.event.pull_request.labels.*.name, 'preview') steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} + fetch-depth: 0 + - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/content/news/events/djangocon-us-2017-sprints/contents.lr b/content/news/events/djangocon-us-2017-sprints/contents.lr index 4c2821d864..6a15cadc56 100644 --- a/content/news/events/djangocon-us-2017-sprints/contents.lr +++ b/content/news/events/djangocon-us-2017-sprints/contents.lr @@ -1,4 +1,4 @@ -title: DjangoCon US 2017 Sprints +title: DjangoCon US 2017 --- date: 2017-08-17 ---