Skip to content

Commit

Permalink
Run benchmark workflow only on master when specific directories change
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Feb 3, 2025
1 parent 47a0398 commit dd56e3d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/generate-baseline-profile.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Generate Baseline Profile

on:
# Every Sunday at 00:43
# schedule:
# - cron: '43 0 * * 0'
workflow_dispatch:
pull_request:
push:
branches:
- master
paths:
- 'apps/**'
- 'gradle/**'
- 'macrobenchmark/**'
- 'modules/**'
- '.github/workflows/generate-baseline-profile.yml'

# This allows a subsequently queued workflow run to interrupt previous runs
Expand Down

0 comments on commit dd56e3d

Please sign in to comment.