Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Nov 16, 2024
1 parent a09422e commit 9df85b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bench_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ inputs.ref }}
fetch-depth: ${{ (inputs.ref != '' && '0') || '' }}
- if: ${{ inputs.ref != '' }}
run: git checkout ${{ inputs.ref }}
- uses: ./.github/actions/bench
with:
nix-verbose: ${{ inputs.verbose }}
Expand All @@ -145,7 +147,9 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ inputs.ref }}
fetch-depth: ${{ (inputs.ref != '' && '0') || '' }}
- if: ${{ inputs.ref != '' }}
run: git checkout ${{ inputs.ref }}
- uses: ./.github/actions/setup-ubuntu
with:
packages: ${{ inputs.additional_packages }}
Expand Down

0 comments on commit 9df85b7

Please sign in to comment.