We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67df47b commit bb677f5Copy full SHA for bb677f5
.github/workflows/benchmark.yml
@@ -25,8 +25,7 @@ jobs:
25
runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'self-hosted' }}
26
if: |
27
${{
28
- (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'performance')) ||
29
- (github.event_name == 'push' && github.ref == 'refs/heads/main')
+ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'performance'))
30
}}
31
env:
32
# For PRs, compare against the base branch - e.g., 'main'.
0 commit comments