Skip to content

Commit

Permalink
ci: always run 'Check tag'
Browse files Browse the repository at this point in the history
Even if the unit tests have failed
  • Loading branch information
martinbosma committed Oct 24, 2023
1 parent 1a438fa commit c0acfd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
path: cypress/videos
- name: Check Tag
id: check_tag
if: always()
run: |
if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo ::set-output name=match::true
Expand Down

0 comments on commit c0acfd7

Please sign in to comment.