Skip to content

Commit f955dec

Browse files
authored
Merge pull request #726 from hpcflow/ci/update-workflow-locations
Move over to using workflows from github-support
2 parents 64c8177 + adb6b94 commit f955dec

15 files changed

+12
-1686
lines changed

.github/workflows/benchmark-impl.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
workflow-benchmark:
18-
uses: ./.github/workflows/benchmark-impl.yml
18+
uses: hpcflow/github-support/.github/workflows/benchmark-impl.yml@main
1919
with:
2020
executable_name: hpcflow
2121
benchmark_make_workflow: ./hpcflow/tests/data/benchmark_N_elements.yaml

.github/workflows/benchmark.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
workflow-benchmark:
18-
uses: ./.github/workflows/benchmark-impl.yml
18+
uses: hpcflow/github-support/.github/workflows/benchmark-impl.yml@main
1919
with:
2020
executable_name: {{ executable_name }}
2121
benchmark_make_workflow: {{ benchmark_make_workflow }}

0 commit comments

Comments
 (0)