Skip to content
32 changes: 32 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: example
on:
pull_request:
types:
- labeled
- synchronize

jobs:
ten:
runs-on: ubuntu-latest
steps:
- run: sleep 10

five:
runs-on: ubuntu-latest
steps:
- run: sleep 5

checkrun-timechart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3


- name: checkrun-timechart-dev
uses: ./
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
SHA: "${{ github.event.pull_request.head.sha }}"
TRACE_START: "${{ github.event.pull_request.updated_at }}"
SUMMARY: "true"