Skip to content

Commit

Permalink
Update run-addon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck authored Sep 20, 2023
1 parent fd7440f commit 4c23840
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Add-On
on: repository_dispatch

jobs:
Run-Add-On:
Wrapper-Job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -25,10 +25,6 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

External-Workflow:
runs-on: ubuntu-latest
needs: Run-Add-On
steps:
- name: Run Add-On
uses: MuckRock/documentcloud-addon-workflows/.github/workflows/run-addon.yml@v1
with:
Expand Down

0 comments on commit 4c23840

Please sign in to comment.