Skip to content

Commit

Permalink
test: check download without workflow set
Browse files Browse the repository at this point in the history
This tests searching for a workflow if not provided.
  • Loading branch information
romangg committed Feb 16, 2024
1 parent b248403 commit 17deea8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ jobs:
path: artifact
- name: Test
run: cat artifact/sha | grep $GITHUB_SHA
download-search-workflow:
runs-on: ubuntu-latest
needs: wait
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download
uses: ./
with:
name: artifact
path: artifact
- name: Test
run: cat artifact/sha | grep $GITHUB_SHA
download-branch:
runs-on: ubuntu-latest
needs: wait
Expand Down

0 comments on commit 17deea8

Please sign in to comment.