Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Jan 29, 2025
1 parent 4406cfc commit ab6f824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-run-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run-target:
name: Run apps
if: github.repository_owner == 'espressif' && needs.prepare.outputs.build_only != '1'
if: github.repository_owner == 'espressif' && !contains(github.event.pull_request.labels.*.name, 'Build only')
needs: build
strategy:
fail-fast: false
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
name: Publish Test results
needs:
- run-target
if: github.repository_owner == 'espressif' && always() && github.event_name == 'pull_request' && needs.prepare.outputs.build_only == '0'
if: github.repository_owner == 'espressif' && always() && github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'Build only')
runs-on: ubuntu-22.04
steps:
- name: Download Test results
Expand Down

0 comments on commit ab6f824

Please sign in to comment.