Skip to content

Commit

Permalink
update the condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Santoshkumar Sharanappa Nateekar committed Sep 17, 2024
1 parent 56cb63b commit 35a53d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-nala.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nala Tests
name: Nala Tests (Consuming Apps)

on:
pull_request:
Expand All @@ -8,11 +8,12 @@ jobs:
action:
name: Running E2E & IT
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, ' ')

steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run Nala
- name: Run Nala Tests (Consuming Apps)
uses: adobecom/nala@main # Change if doing dev work
env:
labels: ${{ join(github.event.pull_request.labels.*.name, 'run-nala-on') }}
Expand Down

0 comments on commit 35a53d0

Please sign in to comment.