Update ci.yml

This commit is contained in:
Donkie
2023-12-29 12:13:15 +01:00
parent b57ca68250
commit 96f1c86616

View File

@@ -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: