Skip to content

Commit 7af8cd6

Browse files
committed
Remove test notification
1 parent 22d3868 commit 7af8cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench_runner/scripts/generate_results.py

-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ def save_generated_results(results: Iterable[Result], force: bool = False) -> No
199199
if len(people_affected):
200200
send_notification(people_affected)
201201

202-
gh.send_notification("@mdboom: Test notification")
203-
204202

205203
def send_notification(people_affected):
206204
github_repo = os.environ.get("GITHUB_REPOSITORY", "UNKNOWN")

bench_runner/templates/_generate.src.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: python -m pip install -r requirements.txt
4343
- name: Regenerate derived data
4444
run: python -m bench_runner generate_results ${{ inputs.force == true && '--force' || '' }}
45+
env:
46+
GH_TOKEN: ${{ github.token }}
4547
- name: Add to repo
4648
uses: EndBug/add-and-commit@v9
4749
if: ${{ !inputs.dry_run }}

0 commit comments

Comments
 (0)