Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Jun 14, 2023
1 parent 1bec930 commit 86f70e6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ permissions:

jobs:
handle-ci-label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
sparse-checkout: .github
if: github.event.label.name == 'ci:fulltest'
uses: ./.github/workflows/build.yml

- name: Call `build` workflow
if: github.event.label.name == 'ci:fulltest'
uses: ./.github/workflows/build.yml

0 comments on commit 86f70e6

Please sign in to comment.