Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
test: add dummy job
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed May 15, 2024
1 parent 9c08da5 commit cb4bd06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validateNewIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on: # issue opened, labeled as feature, or labeled as owned by another team
types: [opened, labeled]

jobs:
dummy-job:
runs-on: ubuntu-latest
steps:
- run: echo 'elephant'
owned-by-other-team:
if: ${{ github.event.label.name == 'owned by another team' && !contains(github.event.issue.labels.*.name, 'feature') }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb4bd06

Please sign in to comment.