diff --git a/.github/workflows/ericwf-contracts-nightly.yml b/.github/workflows/ericwf-contracts-nightly.yml index bc8f32603cb1a00..5805acdfdb830b1 100644 --- a/.github/workflows/ericwf-contracts-nightly.yml +++ b/.github/workflows/ericwf-contracts-nightly.yml @@ -18,6 +18,15 @@ concurrency: cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: + pull_code: + name: Pull code + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} + fetch-depth: 0 check_clang: if: github.repository_owner == 'efcs' name: Test clang