Newer
Older
name: "Update PGO performance profile"
on:
# schedule:
# - cron: "0 0 * * 2" # Every Tuesday at 00:00
workflow_dispatch:
jobs:
runs-on: ubuntu-latest
permissions:
contents: write
run: "curl -sv --fail -X POST -H \"Authorization: Bearer ${PGO_MERGE}\" https://pgo-mmr.t2host.io/v1/merge?and_combine=true > pgo_media_repo.pprof"
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update pgo_media_repo.pprof"