Skip to content

Commit

Permalink
use default checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
barnes88 authored Jul 13, 2024
1 parent df4ccb0 commit 8b07fc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
run: echo "skipped Tracer-Simulation. Will perform in merge queue"

0 comments on commit 8b07fc1

Please sign in to comment.