Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Dec 16, 2024
1 parent 15110b4 commit 6b72b4a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/perf_micro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- 'perf/**'
- 'src/**'
pull_request:
pull_request_target:
types: [labeled]
workflow_dispatch:
workflow_call:
inputs:
Expand Down Expand Up @@ -49,9 +51,9 @@ concurrency:

jobs:
perf_micro:
# Run on push to the 'master' and release branches of tarantool/tarantool
# Run on push to the 'master' and release branches of sqaunderhood/tarantool
# or on pull request if the 'notest' label is not set.
if: github.repository_owner == 'tarantool' &&
if: github.repository_owner == 'sqaunderhood' &&
( github.event_name != 'pull_request' ||
( github.event_name == 'pull_request' &&
!contains(github.event.pull_request.labels.*.name, 'notest') ) )
Expand Down Expand Up @@ -81,7 +83,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
repository: tarantool/tarantool
repository: sqaunderhood/tarantool
ref: ${{ inputs.submodule && 'master' || github.ref }}
- uses: ./.github/actions/environment
- name: Install deps
Expand Down

0 comments on commit 6b72b4a

Please sign in to comment.