Skip to content

Commit

Permalink
Remove artifact fetch when not required
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Jul 1, 2023
1 parent 7e9ea19 commit 7d4bbf3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-update-mtdca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Fetch config.json artifact
uses: actions/download-artifact@master
with:
name: config

- name: Fetch CSV file from target repository
run: |
# Replace `<target_owner>` with the username or organization name of the target repository owner
Expand Down

0 comments on commit 7d4bbf3

Please sign in to comment.