Skip to content

Commit

Permalink
Update download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Oct 15, 2022
1 parent a4022b6 commit 46b4ae8
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/download.yml
Expand Up @@ -73,7 +73,7 @@ jobs:
cat artifact/sha | grep $GITHUB_SHA
cat artifact1/sha1 | grep $GITHUB_SHA
cat artifact2/sha2 | grep $GITHUB_SHA
download-conclusion:
download-empty-conclusion:
runs-on: ubuntu-latest
needs: wait
steps:
Expand All @@ -85,7 +85,7 @@ jobs:
workflow: upload.yml
name: artifact
path: artifact
workflow_conclusion: ''
workflow_conclusion:
- name: Test
run: cat artifact/sha | grep $GITHUB_SHA
download-skip-unpack:
Expand Down Expand Up @@ -140,19 +140,3 @@ jobs:
dry_run: true
- name: Test
run: test ${{ steps.download.outputs.dry_run }} == false
download-empty-conclusion:
runs-on: ubuntu-latest
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download
uses: ./
with:
workflow: upload.yml
name: artifact
path: artifact
workflow_conclusion:
- name: Test
run: grep $GITHUB_SHA artifact/sha

0 comments on commit 46b4ae8

Please sign in to comment.