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

Commit

Permalink
chore: remove dummy job and dummy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed May 16, 2024
1 parent 696a21c commit 6058966
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/validateNewIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ 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 Expand Up @@ -45,8 +41,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Dummy step
run: echo 'elephant'
- name: Install dependencies
run: npm install
- name: issue comment
Expand All @@ -70,8 +64,6 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm install
- name: Dummy step
run: echo 'elephant'
- name: Validate issue
id: validate-issue
uses: ./.github/actions/validate-issue
Expand Down

0 comments on commit 6058966

Please sign in to comment.