Skip to content

Commit

Permalink
AAA
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Dec 16, 2024
1 parent 6b72b4a commit 022ee12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/perf_micro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ concurrency:
jobs:
perf_micro:
# Run on push to the 'master' and release branches of sqaunderhood/tarantool
# or on pull request if the 'notest' label is not set.
# or on pull request if the 'notest' label is not set
# or on pull request if the 'performance' label is set.
if: github.repository_owner == 'sqaunderhood' &&
( github.event_name != 'pull_request' ||
( github.event_name == 'pull_request' &&
Expand All @@ -63,12 +64,11 @@ jobs:
# For runs whose statistics are not collected, it is OK to use
# any runner.
runs-on:
- self-hosted
- Linux
- x86_64
- ${{ (github.event_name != 'pull_request' ||
- ubuntu-latest
- ${{ ((github.event_name != 'pull_request' &&
github.event_name != 'pull_request_target') ||
github.event.pull_request.head.repo.full_name == github.repository) &&
'performance' || 'regular' }}
}}

timeout-minutes: 60

Expand Down

0 comments on commit 022ee12

Please sign in to comment.