Update ci.yml
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -352,14 +352,6 @@ jobs:
|
||||
needs: [publish-images]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Assert ref_name
|
||||
run: |
|
||||
echo "ref_name: ${{ github.ref_name }}"
|
||||
if [ "${{ github.ref_name }}" != "v*" ]; then
|
||||
echo "This job should only run on tags"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Download built spoolman
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user