Skip to content

Commit

Permalink
workflows: test pr input
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Feb 19, 2021
1 parent 88d1bf9 commit 9be9b11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ jobs:
branch: master
- name: Test
run: cat artifact/sha | grep $GITHUB_SHA
download-pr:
runs-on: ubuntu-latest
needs: wait
if: github.ref != 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Download
uses: ./
with:
workflow: upload.yml
name: artifact
path: artifact
pr: ${{github.event.pull_request.number}}
- name: Test
run: cat artifact/sha | grep $GITHUB_SHA
download-run_id:
runs-on: ubuntu-latest
needs: wait
Expand Down

0 comments on commit 9be9b11

Please sign in to comment.