From 8b07fc1b8015a377dd7451fa9377213493c19328 Mon Sep 17 00:00:00 2001 From: Aaron Barnes <42706182+barnes88@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:06:41 -0400 Subject: [PATCH] use default checkout ref --- .github/workflows/short-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/short-tests.yml b/.github/workflows/short-tests.yml index d5f90fd97..16571119b 100644 --- a/.github/workflows/short-tests.yml +++ b/.github/workflows/short-tests.yml @@ -25,8 +25,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} # Other steps that change files in the repository go here # … - name: Run clang-format @@ -75,4 +73,4 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - name: Run Simulation - run: echo "skipped Tracer-Simulation. Will perform in merge queue" \ No newline at end of file + run: echo "skipped Tracer-Simulation. Will perform in merge queue"