Skip to content

Commit 85cd57c

Browse files
committed
cont-bench testing
1 parent 3db57c0 commit 85cd57c

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

.github/workflows/cont-bench.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ permissions:
1515
id-token: write
1616

1717
jobs:
18-
file-changes:
19-
name: Detect File Changes
20-
runs-on: 'ubuntu-latest'
21-
outputs:
22-
checkall: ${{ steps.changes.outputs.checkall }}
23-
steps:
24-
- name: Clone
25-
uses: actions/checkout@v4
26-
with:
27-
fetch-depth: 0
28-
29-
- name: Detect Changes
30-
uses: dorny/paths-filter@v3
31-
id: changes
32-
with:
33-
filters: ".github/file-filter.yml"
34-
base: ${{ github.event.repository.default_branch || 'main' }}
18+
# file-changes:
19+
# name: Detect File Changes
20+
# runs-on: 'ubuntu-latest'
21+
# outputs:
22+
# checkall: ${{ steps.changes.outputs.checkall }}
23+
# steps:
24+
# - name: Clone
25+
# uses: actions/checkout@v4
26+
# with:
27+
# fetch-depth: 0
28+
29+
# - name: Detect Changes
30+
# uses: dorny/paths-filter@v3
31+
# id: changes
32+
# with:
33+
# filters: ".github/file-filter.yml"
34+
# base: ${{ github.event.repository.default_branch || 'main' }}
3535

3636
self:
3737
name: "Continuous Benchmarking"
@@ -64,7 +64,7 @@ jobs:
6464
name: Fortran Benchmark
6565
tool: 'googlecpp'
6666
output-file-path: pr/bench-*
67-
github-token: ${{ secrets.GITHUB_TOKEN }}
67+
github-token: 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
6868
auto-push: true
6969
alert-threshold: '200%'
7070
comment-on-alert: true
@@ -73,7 +73,6 @@ jobs:
7373
benchmark-data-dir-path: benchmarks
7474
# alert-comment-cc-users: '@sbryngelson'
7575

76-
7776
- name: Create Benchmark Documentation
7877
run: |
7978
mkdir -p pr/docs/documentation
@@ -218,7 +217,7 @@ jobs:
218217
if git diff --staged --quiet; then
219218
echo "No changes to commit"
220219
else
221-
git commit -m "Update continuous benchmarking documentation [skip ci]"
220+
git commit -m "Update continuous benchmarking documentation"
222221
git push
223222
fi
224223

0 commit comments

Comments
 (0)