Skip to content

Commit 08b1221

Browse files
committed
Update report-size-deltas workflow to wake him up
1 parent 665e3d9 commit 08b1221

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/report-size-deltas.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1+
name: Report Size Deltas
2+
3+
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
14
on:
5+
push:
6+
paths:
7+
- ".github/workflows/report-size-deltas.yml"
28
schedule:
3-
- cron: '*/5 * * * *'
9+
# Run at the minimum interval allowed by GitHub Actions.
10+
# Note: GitHub Actions periodically has outages which result in workflow failures.
11+
# In this event, the workflows will start passing again once the service recovers.
12+
- cron: "*/5 * * * *"
13+
workflow_dispatch:
14+
repository_dispatch:
415

516
jobs:
617
report:
718
runs-on: ubuntu-latest
8-
919
steps:
1020
- name: Comment size deltas reports to PRs
1121
uses: arduino/report-size-deltas@v1

0 commit comments

Comments
 (0)