diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12a41991..4bfa6b71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,9 @@ jobs: if: github.event_name == 'pull_request' steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Check changelog fragment exists run: | PR_NUMBER=${{ github.event.number }}