Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 298 Bytes

Check Tag

Very small action to check if the workflow has been run from a tag and generate an error if not.

Usage

jobs:
  qc:
    runs-on: unbuntu-latest
    name: Quality Control

    steps:
      - name: Check if run from tag
        uses: wavenet-be/wavenet-actions-check-tag@v1